chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / crt.c
index 9d6606a15bcb148486987ee0353aa35ab59d0ca5..7e7c647dd96410a131396334a6a06448c4a4f5fc 100644 (file)
--- 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