[ https://issues.apache.org/jira/browse/KARAF-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13567996#comment-13567996
]
Jonathan Anstey commented on KARAF-2154:
----------------------------------------
Added a patch for this at github https://github.com/apache/karaf/pull/9
> Entering an empty command removes previous command in history
> -------------------------------------------------------------
>
> Key: KARAF-2154
> URL: https://issues.apache.org/jira/browse/KARAF-2154
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 2.3.0
> Reporter: Jonathan Anstey
>
> 1. Type "echo a", press <Enter>
> 2. Type "echo b", press <Enter>
> 3. Now you are to select previously executed commands (echo b, echo a) using "up" cursor
key.
> 4. Now only press <Enter> without entering any shell command.
> 5. Try to select previously executed commands using "up" cursor key. "echo b" is gone,
however "echo a" will still be recalled.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|