diff options
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); } |