* key.c (use_8th_bit_as_meta): Use 8bit input as default.
From Vladimir Nadvornik <nadvornik * suse cz>
Этот коммит содержится в:
родитель
23ee7704f9
Коммит
d5da4d6b94
@ -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
|
* 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
|
Files. They are displayed as block devices, but with '#' prefix in it's
|
||||||
|
@ -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 */
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user