]> git.mdlowis.com Git - projs/tide.git/commitdiff
semi-fixed chopping of chars on scroll up
authorMike Lowis <mike.lowis@gentex.com>
Wed, 5 Oct 2016 15:54:31 +0000 (11:54 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 5 Oct 2016 15:54:31 +0000 (11:54 -0400)
screen.c

index ed8c63c270e799ed51b79587c9e803c53831c1d1..23569880c1c2638e350d97c0b8506f5aee7187d6 100644 (file)
--- a/screen.c
+++ b/screen.c
@@ -108,6 +108,7 @@ static void scroll_up(Buf* buf, unsigned csr, unsigned first) {
         fill_row(buf, 1, Rows[1]->off);
         first = Rows[1]->off;
     }
+    screen_reflow(buf);
 }
 
 static void scroll_dn(Buf* buf, unsigned csr, unsigned last) {