acme(1): fix scrolling when swiping text at the top or bottom of a frame

This commit is contained in:
spew 2020-02-13 16:09:25 -05:00
parent 98374d6eea
commit 234aafb38d

View file

@ -907,6 +907,7 @@ textframescroll(Text *t, int dl)
textsetselect(t, selectq, t->org+t->p1);
}
textsetorigin(t, q0, TRUE);
flushimage(display, 1);
}