X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/69761fd51226e0a2582c933eafeca38d39a6c4fc..4c48c989a62fba2809d684b30963b4411038fe96:/terminal.c 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 */