mirror of
https://github.com/tmux/tmux.git
synced 2024-11-12 23:28:52 +00:00
There is no need to call del_curterm in the server anymore.
This commit is contained in:
parent
b6dfb9996a
commit
8a4a2153fd
@ -521,9 +521,6 @@ tty_term_create(struct tty *tty, char *name, char **caps, u_int ncaps,
|
|||||||
a = options_array_next(a);
|
a = options_array_next(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Delete curses data. */
|
|
||||||
del_curterm(cur_term);
|
|
||||||
|
|
||||||
/* Apply overrides so any capabilities used for features are changed. */
|
/* Apply overrides so any capabilities used for features are changed. */
|
||||||
tty_term_apply_overrides(term);
|
tty_term_apply_overrides(term);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user