From 5d11f03b6f99696f2d9df508cf7000e8f04b332b Mon Sep 17 00:00:00 2001 From: james <> Date: Tue, 26 Feb 2008 23:56:12 +0000 Subject: *** empty log message *** --- src/crt.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/crt.c') diff --git a/src/crt.c b/src/crt.c index 693e003..b9174f9 100644 --- a/src/crt.c +++ b/src/crt.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.13 2008/02/26 23:56:12 james + * *** empty log message *** + * * Revision 1.12 2008/02/26 23:23:17 james * *** empty log message *** * @@ -161,7 +164,7 @@ crt_reset (CRT * c) c->pos.x = 0; c->pos.y = 0; c->hide_cursor = 1; - c->width=CRT_COLS; + c->width = CRT_COLS; #if 0 c->sh.dir = 0; #endif -- cgit v1.2.3