From 234aafb38da9d3486cceda5c28b529a5343fdf65 Mon Sep 17 00:00:00 2001 From: spew Date: Thu, 13 Feb 2020 16:09:25 -0500 Subject: acme(1): fix scrolling when swiping text at the top or bottom of a frame --- sys/src/cmd/acme/text.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/cmd/acme/text.c b/sys/src/cmd/acme/text.c index b96213a68..246a2cd70 100644 --- a/sys/src/cmd/acme/text.c +++ b/sys/src/cmd/acme/text.c @@ -907,6 +907,7 @@ textframescroll(Text *t, int dl) textsetselect(t, selectq, t->org+t->p1); } textsetorigin(t, q0, TRUE); + flushimage(display, 1); } -- cgit v1.2.3