mirror of https://github.com/MidnightCommander/mc
* key.c (use_8th_bit_as_meta): Use 8bit input as default.
From Vladimir Nadvornik <nadvornik * suse cz>
This commit is contained in:
parent
23ee7704f9
commit
d5da4d6b94
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
2004-11-04 Mike Gorchak <mike@malva.ua>
|
||||||
|
|
||||||
* dir.c (file_type_to_num): Added initial support for the Special Named
|
* dir.c (file_type_to_num): Added initial support for the Special Named
|
||||||
|
|
|
@ -88,7 +88,7 @@ int mou_auto_repeat = 100;
|
||||||
int double_click_speed = 250;
|
int double_click_speed = 250;
|
||||||
int old_esc_mode = 0;
|
int old_esc_mode = 0;
|
||||||
|
|
||||||
int use_8th_bit_as_meta = 1;
|
int use_8th_bit_as_meta = 0;
|
||||||
|
|
||||||
typedef struct key_def {
|
typedef struct key_def {
|
||||||
char ch; /* Holds the matching char code */
|
char ch; /* Holds the matching char code */
|
||||||
|
|
Loading…
Reference in New Issue