mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Loads more static, except for cmd-*.c and window-*.c.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
static key_code key_string_search_table(const char *);
|
||||
static key_code key_string_get_modifiers(const char **);
|
||||
|
||||
const struct {
|
||||
static const struct {
|
||||
const char *string;
|
||||
key_code key;
|
||||
} key_string_table[] = {
|
||||
|
Reference in New Issue
Block a user