blob: 083d06c4fbf87f705e305cfa82499301cf4db2ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tty.c.orig 1997-07-18 14:58:32 UTC
+++ tty.c
@@ -82,7 +82,7 @@ static struct ltchars oldchars, newchars;
# define OXTABS TAB3
#endif
-int TtyUpperCase;
+int TtyUpperCase = 0;
#define NOCHAR 0
|