mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
.
This commit is contained in:
parent
2308413372
commit
25e0e4f334
2 changed files with 9 additions and 1 deletions
8
CHANGES
8
CHANGES
|
@ -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
|
March 25, 2004
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,7 @@ textresize(Text *t, Rectangle r)
|
||||||
t->lastsr = nullrect;
|
t->lastsr = nullrect;
|
||||||
r.min.x += Scrollwid+Scrollgap;
|
r.min.x += Scrollwid+Scrollgap;
|
||||||
frclear(&t->fr, 0);
|
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;
|
return r.max.y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue