From 68f1170ace397c32f9c80a6b7cb89388d88743f2 Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 28 Feb 2008 16:58:49 +0000 Subject: *** empty log message *** --- src/ansi.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ansi.c') diff --git a/src/ansi.c b/src/ansi.c index 408efd4..4113a36 100644 --- a/src/ansi.c +++ b/src/ansi.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.35 2008/02/28 16:57:51 james + * *** empty log message *** + * * Revision 1.34 2008/02/27 09:42:53 james * *** empty log message *** * @@ -948,6 +951,7 @@ ansi_update (ANSI * a, Context * c) { ansi_history (a, c->h); ansi_draw (a, &c->v->crt); + tty_length(a->terminal,c->v->crt.size.y); } static void -- cgit v1.2.3