aboutsummaryrefslogtreecommitdiffstats
path: root/src/serial.c
diff options
context:
space:
mode:
authorjames <>2008-02-28 16:58:49 +0000
committerjames <>2008-02-28 16:58:49 +0000
commit68f1170ace397c32f9c80a6b7cb89388d88743f2 (patch)
tree3dbafbe88e81f2ba7c8c877c91a1f31d04941864 /src/serial.c
parent57dd88f415d70356e41f2bfd5c00c250bd085723 (diff)
downloadsympathy-68f1170ace397c32f9c80a6b7cb89388d88743f2.tar.gz
sympathy-68f1170ace397c32f9c80a6b7cb89388d88743f2.tar.bz2
sympathy-68f1170ace397c32f9c80a6b7cb89388d88743f2.zip
*** empty log message ***
Diffstat (limited to 'src/serial.c')
-rw-r--r--src/serial.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/serial.c b/src/serial.c
index fe08594..e269c83 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.12 2008/02/28 16:57:52 james
+ * *** empty log message ***
+ *
* Revision 1.11 2008/02/26 23:23:17 james
* *** empty log message ***
*
@@ -208,7 +211,7 @@ serial_open (char *path, int lock_mode)
t->rfd = t->fd;
t->wfd = t->fd;
t->size.x = VT102_COLS_80;
- t->size.y = VT102_ROWS;
+ t->size.y = VT102_ROWS_24;
t->blocked = serial_lock_check (t->lock);
t->hanging_up = 0;