From f2b8bf1dc0714a6aacb11ec9634e856a8f4cab03 Mon Sep 17 00:00:00 2001 From: james <> Date: Tue, 26 Feb 2008 23:23:17 +0000 Subject: *** empty log message *** --- src/serial.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/serial.c') diff --git a/src/serial.c b/src/serial.c index ab06e60..fe08594 100644 --- a/src/serial.c +++ b/src/serial.c @@ -10,6 +10,9 @@ 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 *** * @@ -204,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; -- cgit v1.2.3