cli: produce new line after readline when echoing was off
authorJiří Klimeš <jklimes@redhat.com>
Mon, 7 Dec 2015 16:18:13 +0000 (17:18 +0100)
committerJiří Klimeš <jklimes@redhat.com>
Mon, 7 Dec 2015 16:33:03 +0000 (17:33 +0100)
commite29b844f42fe5257161d8014fa0e4300035ae386
tree9d9740fb1ff1b7b42c4fe9c95bf875d65b3bd525
parent229ea4547cbc9dc9c81b54e4a1a3f8dcf9ff4fcf
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: a14306c2cebed02cec73bbf18fa24ee79a66b649
clients/cli/common.c