X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/69761fd51226e0a2582c933eafeca38d39a6c4fc..2d8cd396ba55fad14d7e03ae904d9fe8fdf1b60d:/terminal.c?ds=sidebyside 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 */