* fhandler_console.cc (fhandler_console::input_tcsetattr): Set the

state of the Ctrl-C handler depending on the setting of
	ENABLE_PROCESSED_INPUT.
This commit is contained in:
Corinna Vinschen
2012-03-02 10:17:16 +00:00
parent 521b39b4c7
commit bfeed1643e
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2012-03-02 Corinna Vinschen <corinna@vinschen.de>
* fhandler_console.cc (fhandler_console::input_tcsetattr): Set the
state of the Ctrl-C handler depending on the setting of
ENABLE_PROCESSED_INPUT.
2012-02-28 Eric Blake <eblake@redhat.com>
* include/sys/termios.h (tcgetsid): Fix return type.