Denys Vlasenko 058a153b69 less: fix fallout from "use common routine to set raw termios"
Testcase: (sleep 10; ls) | busybox less

[...]
~           LICENSE
~                  Makefile
~                          Makefile.custom
~                                         Makefile.flags
[...]

less did not want this part:
+		/* dont convert NL to CR+NL on output */
+		newterm->c_oflag &= ~(ONLCR);

function                                             old     new   delta
get_termios_and_make_raw                             108     115      +7

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-16 10:24:48 +02:00
..
2016-11-23 21:51:11 +01:00
2018-04-15 14:18:16 +02:00
2013-07-30 11:52:58 +02:00
2010-10-28 18:57:19 +02:00
2018-02-01 01:41:31 +01:00
2010-10-29 11:46:52 +02:00