diff --git a/progs/reset_cmd.c b/progs/reset_cmd.c index 50bfd2cd..6c3d25fa 100644 --- a/progs/reset_cmd.c +++ b/progs/reset_cmd.c @@ -513,6 +513,9 @@ send_init_strings(int fd GCC_UNUSED, TTY * old_settings) ? reset_2string : init_2string); + /* return to main buffer */ + need_flush |= sent_string(exit_ca_mode); + if (VALID_STRING(clear_margins)) { need_flush |= sent_string(clear_margins); } else