NetworkManager/clients/cli
Jiří Klimeš e29b844f42 cli: produce new line after readline when echoing was off
The new line was missing.
Adding termios_new.c_lflag |= (ECHONL | ICANON); did not help. Why?

Fixes: a14306c2ce
2015-12-07 17:33:03 +01:00
..
agent.c cli: turn should_wait into a semaphore 2015-12-05 12:05:17 +01:00
agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
common.c cli: produce new line after readline when echoing was off 2015-12-07 17:33:03 +01:00
common.h cli: do not echo passwords on terminal when asking for them 2015-12-07 14:14:58 +01:00
connections.c cli: add global --show-secrets option 2015-12-07 14:14:58 +01:00
connections.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
devices.c cli: add global --show-secrets option 2015-12-07 14:14:58 +01:00
devices.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
general.c cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
general.h cli: add nmcli monitor 2015-12-05 12:16:23 +01:00
Makefile.am cli: add 'nmcli connection import' (rh #1034105) 2015-12-07 09:11:06 +01:00
nmcli-completion cli: add global --show-secrets option 2015-12-07 14:14:58 +01:00
nmcli.c cli: add global --show-secrets option 2015-12-07 14:14:58 +01:00
nmcli.h cli: add global --show-secrets option 2015-12-07 14:14:58 +01:00
polkit-agent.c cli: use new nmc_readline_echo() in polkit agent 2015-12-07 14:14:58 +01:00
polkit-agent.h cli: add 'nmcli agent' command (bgo #739568) 2014-11-07 11:58:25 +01:00
settings-docs.xsl clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
settings.c cli: add support for IP tunnel settings 2015-12-01 17:39:41 +01:00
settings.h cli: refactor property to string conversion 2015-06-05 12:26:48 +02:00
utils.c cli: move the decision whether to use colors to nmc_colorize() 2015-12-05 12:05:17 +01:00
utils.h cli: move the decision whether to use colors to nmc_colorize() 2015-12-05 12:05:17 +01:00