chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / serial.c
index 1044bb25d14c6415b4a686e2d87e38ad9914c5b0..fe0859445267bcbcdc5b05ab743bad738aec79bc 100644 (file)
@@ -6,11 +6,16 @@
  *
  */
 
-static char rcsid[] =
-  "$Id$";
+static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.11  2008/02/26 23:23:17  james
+ * *** empty log message ***
+ *
+ * Revision 1.10  2008/02/24 00:47:14  james
+ * *** empty log message ***
+ *
  * Revision 1.9  2008/02/24 00:42:53  james
  * *** empty log message ***
  *
@@ -202,7 +207,7 @@ serial_open (char *path, int lock_mode)
   t->fd = fd;
   t->rfd = t->fd;
   t->wfd = t->fd;
-  t->size.x = VT102_COLS;
+  t->size.x = VT102_COLS_80;
   t->size.y = VT102_ROWS;
   t->blocked = serial_lock_check (t->lock);
   t->hanging_up = 0;