IOQ3 commit 2278

This commit is contained in:
Richard Allen 2012-10-04 15:13:54 +00:00
parent 05ced72715
commit b9834738e8
1 changed files with 1 additions and 2 deletions

View File

@ -322,8 +322,7 @@ void CON_Init( void )
characters EOF, EOL, EOL2, ERASE, KILL, REPRINT, characters EOF, EOL, EOL2, ERASE, KILL, REPRINT,
STATUS, and WERASE, and buffers by lines. STATUS, and WERASE, and buffers by lines.
ISIG: when any of the characters INTR, QUIT, SUSP, or ISIG: when any of the characters INTR, QUIT, SUSP, or
DSUSP are received, generate the corresponding sig­ DSUSP are received, generate the corresponding signal
nal
*/ */
tc.c_lflag &= ~(ECHO | ICANON); tc.c_lflag &= ~(ECHO | ICANON);