mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile cmd-link-window.c cmd-unlink-window.c
This commit is contained in:
@ -382,7 +382,7 @@ tty_keys_build(struct tty *tty)
|
||||
const char *s;
|
||||
|
||||
if (tty->key_tree != NULL)
|
||||
tty_keys_free (tty);
|
||||
tty_keys_free(tty);
|
||||
tty->key_tree = NULL;
|
||||
|
||||
for (i = 0; i < nitems(tty_default_raw_keys); i++) {
|
||||
|
Reference in New Issue
Block a user