This commit is contained in:
rsc 2004-03-26 17:15:57 +00:00
parent 2308413372
commit 25e0e4f334
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
March 26, 2004
Fix 9term chording paste bug reported by Sam.
Fix libdraw resize bug reported by Axel Belinfante.
March 25, 2004

View file

@ -84,7 +84,7 @@ textresize(Text *t, Rectangle r)
t->lastsr = nullrect;
r.min.x += Scrollwid+Scrollgap;
frclear(&t->fr, 0);
textredraw(t, r, t->fr.font, t->fr.b, odx);
textredraw(t, r, t->fr.font, screen, odx);
return r.max.y;
}