mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* key.h (key_code_name_t): Typedef const.
This commit is contained in:
parent
8025b4bce4
commit
a583a32a73
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
* ext.c (regex_command): Don't check same condition twice.
|
* ext.c (regex_command): Don't check same condition twice.
|
||||||
(exec_extension): Comment out useless loop.
|
(exec_extension): Comment out useless loop.
|
||||||
|
* key.h (key_code_name_t): Typedef const.
|
||||||
|
|
||||||
2002-07-30 Pavel Roskin <proski@gnu.org>
|
2002-07-30 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ char *learn_key (void);
|
|||||||
/* Returns a key code (interpreted) */
|
/* Returns a key code (interpreted) */
|
||||||
int get_key_code (int nodelay);
|
int get_key_code (int nodelay);
|
||||||
|
|
||||||
typedef struct {
|
typedef const struct {
|
||||||
int code;
|
int code;
|
||||||
char *name;
|
char *name;
|
||||||
char *longname;
|
char *longname;
|
||||||
|
Loading…
Reference in New Issue
Block a user