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