X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=src%2Fserial.c;h=e269c83b8e44073c641127d5b007f5fc2ce96fe1;hp=fe0859445267bcbcdc5b05ab743bad738aec79bc;hb=3e72a1f6fc28777c26e4fb109867bd2a3c7b89b0;hpb=a42924fd0dd9843cb1b0809f61b018d31e10042f 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;