diff options
author | nicm <nicm> | 2021-03-01 10:50:14 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-03-01 10:50:14 +0000 |
commit | 8a4a2153fdec71397fe555073d4d77ee68947fff (patch) | |
tree | f0c5339209b08a3fe57115bb4506194125be3d11 /tty-term.c | |
parent | b6dfb9996a9f73c418b2291a8c29d345966eae7d (diff) | |
download | rtmux-8a4a2153fdec71397fe555073d4d77ee68947fff.tar.gz rtmux-8a4a2153fdec71397fe555073d4d77ee68947fff.tar.bz2 rtmux-8a4a2153fdec71397fe555073d4d77ee68947fff.zip |
There is no need to call del_curterm in the server anymore.
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |