ref: 54533d860a65b0a772b0f912c1e5d194eb0a4220
parent: f2a55424b6c09dfd58419359e85f72d95d1a1eac
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);
}
--
⑨