* key.c (use_8th_bit_as_meta): Use 8bit input as default.

From Vladimir Nadvornik <nadvornik * suse cz>
This commit is contained in:
Roland Illig 2004-11-07 12:37:24 +00:00
parent 23ee7704f9
commit d5da4d6b94
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
2004-11-04 Mike Gorchak <mike@malva.ua>
2004-11-07 Roland Illig <roland.illig@gmx.de>
* key.c (use_8th_bit_as_meta): Use 8bit input as default.
From Vladimir Nadvornik <nadvornik * suse cz>
2004-11-04 Mike Gorchak <mike@malva.ua>
* 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

View File

@ -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 */