diff options
Diffstat (limited to 'src/sys/con_tty.c')
-rw-r--r-- | src/sys/con_tty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sys/con_tty.c b/src/sys/con_tty.c index 212f038a..86690fec 100644 --- a/src/sys/con_tty.c +++ b/src/sys/con_tty.c @@ -324,8 +324,7 @@ void CON_Init( void ) characters EOF, EOL, EOL2, ERASE, KILL, REPRINT, STATUS, and WERASE, and buffers by lines. ISIG: when any of the characters INTR, QUIT, SUSP, or - DSUSP are received, generate the corresponding sig - nal + DSUSP are received, generate the corresponding signal */ tc.c_lflag &= ~(ECHO | ICANON); |