From 6067cadc72a98427b807cac38657abb0f97fd717 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 19 Jun 2012 14:47:30 +0000 Subject: [PATCH] Removed 0xAD character, from /dev/humancontroller. --- code/sys/con_tty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/sys/con_tty.c b/code/sys/con_tty.c index 8dcf0433..9a6ee95c 100644 --- a/code/sys/con_tty.c +++ b/code/sys/con_tty.c @@ -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);