mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +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,
|
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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue