.
diff --git a/CHANGES b/CHANGES
index 6699bb2..19a8a80 100644
--- a/CHANGES
+++ b/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
diff --git a/src/cmd/acme/text.c b/src/cmd/acme/text.c
index 6c1243c..43463e9 100644
--- a/src/cmd/acme/text.c
+++ b/src/cmd/acme/text.c
@@ -84,7 +84,7 @@
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;
}