Tidy by splitting default key tables into two.

This commit is contained in:
Nicholas Marriott
2013-02-15 02:16:41 +00:00
parent 97a99d8718
commit 82355d2f2d
3 changed files with 241 additions and 242 deletions

2
tmux.h
View File

@ -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 *);