* key.h (key_code_name_t): Typedef const.
Этот коммит содержится в:
родитель
8025b4bce4
Коммит
a583a32a73
@ -4,6 +4,7 @@
|
||||
|
||||
* ext.c (regex_command): Don't check same condition twice.
|
||||
(exec_extension): Comment out useless loop.
|
||||
* key.h (key_code_name_t): Typedef const.
|
||||
|
||||
2002-07-30 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
|
@ -71,7 +71,7 @@ char *learn_key (void);
|
||||
/* Returns a key code (interpreted) */
|
||||
int get_key_code (int nodelay);
|
||||
|
||||
typedef struct {
|
||||
typedef const struct {
|
||||
int code;
|
||||
char *name;
|
||||
char *longname;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user