X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fserial.c;h=e269c83b8e44073c641127d5b007f5fc2ce96fe1;hb=3e72a1f6fc28777c26e4fb109867bd2a3c7b89b0;hp=378457365296fa7bfe2f0cae2662269ffe92a96c;hpb=4145f7369d761b32a10309a2623d98e64de7f444;p=sympathy.git diff --git a/src/serial.c b/src/serial.c index 3784573..e269c83 100644 --- a/src/serial.c +++ b/src/serial.c @@ -10,6 +10,18 @@ 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 *** + * + * 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 *** + * * Revision 1.8 2008/02/23 13:05:58 staffcvs * *** empty log message *** * @@ -198,8 +210,8 @@ 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.y = VT102_ROWS; + t->size.x = VT102_COLS_80; + t->size.y = VT102_ROWS_24; t->blocked = serial_lock_check (t->lock); t->hanging_up = 0;