From 82355d2f2dd4997e5e5662739b520f3147ba408d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 15 Feb 2013 02:16:41 +0000 Subject: Tidy by splitting default key tables into two. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') 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 *); -- cgit