aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crt.c')
-rw-r--r--src/crt.c5
1 files changed, 4 insertions, 1 deletions
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