mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Removed 0xAD character, from /dev/humancontroller.
This commit is contained in:
parent
c26289374b
commit
6067cadc72
1 changed files with 1 additions and 2 deletions
|
@ -322,8 +322,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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue