changeset 358:f52ab689669a

[project @ 1994-02-11 04:41:02 by jwe]
author jwe
date Fri, 11 Feb 1994 04:41:02 +0000
parents 2debdb7c7c86
children f99cd19d183e
files info/terminal.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/info/terminal.c
+++ b/info/terminal.c
@@ -633,6 +633,7 @@
   ttybuff.c_oflag &= (~ONLCR & ~OCRNL);
 #endif
   ttybuff.c_lflag &= (~ICANON & ~ECHO);
+
   ttybuff.c_cc[VMIN] = 1;
   ttybuff.c_cc[VTIME] = 0;