ref: 6d1b825eaca4da51d7b9860e3ff6a0e432c7f925
parent: 785a31f51843ee3cd53860fa3d6d270acbc8f66c
author: spew <spew@palas>
date: Fri Jan 31 03:12:02 EST 2025
fix bugs
--- a/guitest.c
+++ b/guitest.c
@@ -78,8 +78,8 @@
draw(t->screen, t->scrollr, t->cols[BORD], nil, ZP);
scrpos = t->scrollr;
- scrpos.min.y = t->scrollr.min.y+max(0, Dy(t->scrollr))*t->topline/t->nlines;
- scrpos.max.y = scrpos.min.y+Dy(screen->r)*t->Frame.maxlines/t->nlines;
+ scrpos.min.y = scrpos.min.y+max(0, Dy(scrpos))*t->topline/t->nlines;
+ scrpos.max.y = scrpos.min.y+Dy(t->scrollr)*t->Frame.maxlines/t->nlines;
scrpos = insetrect(scrpos, 1);
draw(screen, scrpos, t->cols[BACK], nil, ZP);