summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-15 02:16:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-15 02:16:41 +0000
commit82355d2f2dd4997e5e5662739b520f3147ba408d (patch)
tree75695fa25b7d257a6454fcebad3881b8e24ced20 /tmux.h
parent97a99d8718f04deb4b0928142f00355564e1f5f4 (diff)
Tidy by splitting default key tables into two.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 69723d5e..90ee3b0d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);