There is no need to call del_curterm in the server anymore.

pull/2599/head
nicm 2021-03-01 10:50:14 +00:00
parent b6dfb9996a
commit 8a4a2153fd
1 changed files with 0 additions and 3 deletions

View File

@ -521,9 +521,6 @@ tty_term_create(struct tty *tty, char *name, char **caps, u_int ncaps,
a = options_array_next(a);
}
/* Delete curses data. */
del_curterm(cur_term);
/* Apply overrides so any capabilities used for features are changed. */
tty_term_apply_overrides(term);