lineedit: don't fall back to simple line input if tty is in raw mode
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 10 Dec 2014 16:22:13 +0000 (17:22 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 10 Dec 2014 16:22:13 +0000 (17:22 +0100)
commitd598a8d4e655b095c741f0cf73e139b3c9524da1
tree31e8f0db6316820270b396380f7486c5eeb157e9
parent202d9a646489ed3f15c0460d76776b3dfb1d4e72
lineedit: don't fall back to simple line input if tty is in raw mode

Testcase: shell command input after python ^Z should still work

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/lineedit.c