X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/fe50e8140a2dbb3ba357a0ab777f34e07d568c23..ca2d59436752b1d46a12d4d4fabd366fac81b0ca:/terminal.c diff --git a/terminal.c b/terminal.c index 4cd003aa..c1fef2a1 100644 --- a/terminal.c +++ b/terminal.c @@ -212,7 +212,7 @@ void term_update(void) { ctx = get_ctx(); if (ctx) { if ( (seen_key_event && (cfg.scroll_on_key)) || - (seen_disp_event && (!cfg.scroll_on_key)) ) { + (seen_disp_event && (cfg.scroll_on_disp)) ) { disptop = scrtop; seen_disp_event = seen_key_event = 0; update_sbar();