diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-15 02:16:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-15 02:16:41 +0000 |
commit | 82355d2f2dd4997e5e5662739b520f3147ba408d (patch) | |
tree | 75695fa25b7d257a6454fcebad3881b8e24ced20 /tmux.h | |
parent | 97a99d8718f04deb4b0928142f00355564e1f5f4 (diff) | |
download | rtmux-82355d2f2dd4997e5e5662739b520f3147ba408d.tar.gz rtmux-82355d2f2dd4997e5e5662739b520f3147ba408d.tar.bz2 rtmux-82355d2f2dd4997e5e5662739b520f3147ba408d.zip |
Tidy by splitting default key tables into two.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1670,7 +1670,7 @@ int tty_term_flag(struct tty_term *, enum tty_code_code); const char *tty_acs_get(struct tty *, u_char); /* tty-keys.c */ -void tty_keys_init(struct tty *); +void tty_keys_build(struct tty *); void tty_keys_free(struct tty *); int tty_keys_next(struct tty *); |