]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Scrollbar now updates if a character appears while scrolled back.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 14 Mar 1999 20:09:03 +0000 (20:09 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 14 Mar 1999 20:09:03 +0000 (20:09 +0000)
[originally from svn r105]

terminal.c

index cc13ddf633e8ae24c65528b68a05108774e5e5e4..2f9b7826b95273415465ea303e50e93d612cd877 100644 (file)
@@ -1187,8 +1187,10 @@ void term_out(void) {
        check_selection (cpos, cpos+1);
     }
        
-    if (must_update || nl_count > MAXNL)
+    if (must_update || nl_count > MAXNL) {
+       update_sbar();
        term_update();
+    }
 }
 
 /*