From: Mike Lowis Date: Wed, 5 Oct 2016 15:54:31 +0000 (-0400) Subject: semi-fixed chopping of chars on scroll up X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=2f331ba5c978b62ea74213222af5e5de349c522f;p=projs%2Ftide.git semi-fixed chopping of chars on scroll up --- diff --git a/screen.c b/screen.c index ed8c63c..2356988 100644 --- 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) {