Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-2982

Command history is off by one

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.1, 2.3.5
    • 2.4.0, 3.0.2, 2.3.6, 4.0.0.M3
    • None
    • None

    Description

      For example:

      karaf@root> echo a
      a
      karaf@root> echo b
      b
      karaf@root> echo c
      c
      karaf@root> history 
          0  echo a
          1  echo b
          2  echo c
          3  history 
      karaf@root> !1
      echo a
      a
      

      Attachments

        Issue Links

          Activity

            People

              janstey Jonathan Anstey
              janstey Jonathan Anstey
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: