--- libzvt-2.0.1-orig/libzvt/vt.c	Mon Jun  3 18:59:26 2002
+++ libzvt-2.0.1-bmg/libzvt/vt.c	Mon Oct  7 11:16:14 2002
@@ -426,8 +426,10 @@
   int i;
 
   l = vt->this_line;
-  for (i = vt->cursorx; i<vt->cursorx+count && i<l->width;i++)
+  for (i = vt->cursorx; i<vt->cursorx+count && i<l->width;i++) {
     l->data[i] = vt->attr & VTATTR_CLEARMASK;
+  }
+  l->modcount+=count;
 }
 
 void vt_insert_lines(struct vt_em *vt, int count)

