13 lines
490 B
Plaintext
13 lines
490 B
Plaintext
$OpenBSD: patch-console_console_c,v 1.2 2005/08/02 07:25:48 pvalchev Exp $
|
|
--- console/console.c.orig Mon Oct 25 09:18:20 2004
|
|
+++ console/console.c Thu Jun 23 23:33:26 2005
|
|
@@ -570,7 +570,7 @@ C2Raw()
|
|
Bye(EX_UNAVAILABLE);
|
|
}
|
|
n_tios = o_tios;
|
|
- n_tios.c_iflag &= ~(INLCR | IGNCR | ICRNL | IUCLC | IXON);
|
|
+ n_tios.c_iflag &= ~(INLCR | IGNCR | ICRNL | IXON);
|
|
n_tios.c_oflag &= ~OPOST;
|
|
n_tios.c_lflag &= ~(ICANON | ISIG | ECHO | IEXTEN);
|
|
n_tios.c_cc[VMIN] = 1;
|