t. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 25e0e4f334bd645f8d97de1ed5a77016797939dc
(DIR) parent 2308413372f06b00b4561eae30ce1192402603ce
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 26 Mar 2004 17:15:57 +0000
.
Diffstat:
M CHANGES | 8 ++++++++
M src/cmd/acme/text.c | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/CHANGES b/CHANGES
t@@ -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
(DIR) diff --git a/src/cmd/acme/text.c b/src/cmd/acme/text.c
t@@ -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;
}