ref: 234aafb38da9d3486cceda5c28b529a5343fdf65
parent: 98374d6eeae45278a5e21a53d7ad40d2afdd8439
author: spew <devnull@localhost>
date: Thu Feb 13 11:09:25 EST 2020
acme(1): fix scrolling when swiping text at the top or bottom of a frame
--- a/sys/src/cmd/acme/text.c
+++ b/sys/src/cmd/acme/text.c
@@ -907,6 +907,7 @@
textsetselect(t, selectq, t->org+t->p1);
}
textsetorigin(t, q0, TRUE);
+ flushimage(display, 1);
}