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 /tty.c | |
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 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ tty_open(struct tty *tty, const char *overrides, char **cause) tty_start_tty(tty); - tty_keys_init(tty); + tty_keys_build(tty); return (0); } |