From 8a4a2153fdec71397fe555073d4d77ee68947fff Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 1 Mar 2021 10:50:14 +0000 Subject: [PATCH] There is no need to call del_curterm in the server anymore. --- tty-term.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tty-term.c b/tty-term.c index c8048f77..9df50948 100644 --- a/tty-term.c +++ b/tty-term.c @@ -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);