diff --git a/terminal.c b/terminal.c index 7b56e619..5efe4842 100644 --- a/terminal.c +++ b/terminal.c @@ -1697,7 +1697,7 @@ void term_out(Terminal *term) term_update(term); } } - term->disptop = 0; + term->seen_disp_event = TRUE; } break; case '\b': /* BS: Back space */