diff options
Diffstat (limited to 'misc/deco/files/patch-tty.c')
-rw-r--r-- | misc/deco/files/patch-tty.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/deco/files/patch-tty.c b/misc/deco/files/patch-tty.c new file mode 100644 index 000000000000..083d06c4fbf8 --- /dev/null +++ b/misc/deco/files/patch-tty.c @@ -0,0 +1,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 + |