NetworkManager/cli
Jiří Klimeš dbf2d08559 cli: allow quitting on Ctrl-D while in readline()
Ctrl-D is mapped as a delete key in readline. When some input is on the line,
Ctrl-D behaves like 'Delete' key. When the line is empty, EOF is generated.
We quit on this EOF. It is the same behaviour many other interactive programs
exhibit, like bash, python, irb, etc.

Users can also quit unconditionally with Ctrl-\ that traditionally generates
SIGQUIT.
2014-06-24 10:52:15 +02:00
..
completion nmcli autocomplete tab display : rename ERROR to ERR 2014-06-12 14:29:13 +02:00
src cli: allow quitting on Ctrl-D while in readline() 2014-06-24 10:52:15 +02:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00