diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-03-21 16:50:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-03-21 16:50:22 +0000 |
commit | 3665be7c4467126b64c43b8fd687dd3512ccc05a (patch) | |
tree | 5aa93aeee6c25858c0aafec4d6f9def70a195005 /tmux.h | |
parent | 801d64a16e320f0f24dcc65d2da9eabb16b17dee (diff) | |
download | rtmux-3665be7c4467126b64c43b8fd687dd3512ccc05a.tar.gz rtmux-3665be7c4467126b64c43b8fd687dd3512ccc05a.tar.bz2 rtmux-3665be7c4467126b64c43b8fd687dd3512ccc05a.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
@@ -1674,7 +1674,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 *); |