From d5da4d6b941afe7a822869174db68d96fbb45a0f Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 7 Nov 2004 12:37:24 +0000 Subject: [PATCH] * key.c (use_8th_bit_as_meta): Use 8bit input as default. From Vladimir Nadvornik --- src/ChangeLog | 8 +++++++- src/key.c | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index cecc24805..54ad5ccb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,10 @@ -2004-11-04 Mike Gorchak +2004-11-07 Roland Illig + + * key.c (use_8th_bit_as_meta): Use 8bit input as default. + + From Vladimir Nadvornik + +2004-11-04 Mike Gorchak * dir.c (file_type_to_num): Added initial support for the Special Named Files. They are displayed as block devices, but with '#' prefix in it's diff --git a/src/key.c b/src/key.c index 5f00485fe..8929c338f 100644 --- a/src/key.c +++ b/src/key.c @@ -88,7 +88,7 @@ int mou_auto_repeat = 100; int double_click_speed = 250; int old_esc_mode = 0; -int use_8th_bit_as_meta = 1; +int use_8th_bit_as_meta = 0; typedef struct key_def { char ch; /* Holds the matching char code */