From d6c2a27d3304842fab285a4217518046b57b771b Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 27 Feb 2008 09:42:22 +0000 Subject: *** empty log message *** --- src/crt.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/crt.c') diff --git a/src/crt.c b/src/crt.c index 9d6606a..7e7c647 100644 --- a/src/crt.c +++ b/src/crt.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.15 2008/02/27 09:42:21 james + * *** empty log message *** + * * Revision 1.14 2008/02/27 00:27:21 james * *** empty log message *** * @@ -167,7 +170,8 @@ crt_reset (CRT * c) c->pos.x = 0; c->pos.y = 0; c->hide_cursor = 1; - c->width = CRT_COLS; + c->size.x = CRT_COLS; + c->size.y = CRT_ROWS; #if 0 c->sh.dir = 0; #endif -- cgit v1.2.3