Typing ^D should behave as on Unix
----------------------------------
Key: KARAF-661
URL: https://issues.apache.org/jira/browse/KARAF-661
Project: Karaf
Issue Type: Improvement
Components: console
Affects Versions: 2.2.1
Reporter: Jean-Baptiste Onofré
Fix For: 2.2.2, 3.0.0
Currently, typing ^D in the shell with a command does nothing.
To behave as on Unix, typing ^D should execute the command.
For instance, currently:
{code}
karaf@root> osgi:list^D
{code}
It should be:
{code}
karaf@root> osgi:list^D
START LEVEL 100 , List Threshold: 50
ID State Blueprint Level Name
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira