mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Last few tables that should be const.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
int key_string_search_table(const char *);
|
||||
int key_string_get_modifiers(const char **);
|
||||
|
||||
struct {
|
||||
const struct {
|
||||
const char *string;
|
||||
int key;
|
||||
} key_string_table[] = {
|
||||
|
Reference in New Issue
Block a user