From: james Date: Tue, 26 Feb 2008 19:08:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=44827d09c37f628755c0c19f9d8c81a36721efe1;p=sympathy.git *** empty log message *** --- diff --git a/src/crt.h b/src/crt.h index d2119a3..7eee5ac 100644 --- a/src/crt.h +++ b/src/crt.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.11 2008/02/26 19:08:27 james + * *** empty log message *** + * * Revision 1.10 2008/02/24 00:42:53 james * *** empty log message *** * @@ -48,7 +51,7 @@ #define __CRT_H__ #define CRT_ROWS 25 -#define CRT_COLS 80 +#define CRT_COLS 132 #define CRT_CELS (CRT_ROWS*CRT_COLS) #define CRT_ADDR(r,c) (((r)*CRT_COLS)+(c)) diff --git a/src/vt102.h b/src/vt102.h index 2f8d6c1..0ce734f 100644 --- a/src/vt102.h +++ b/src/vt102.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.18 2008/02/26 19:08:27 james + * *** empty log message *** + * * Revision 1.17 2008/02/26 16:53:24 james * *** empty log message *** * @@ -71,7 +74,7 @@ #define VT102_CMD_LEN 128 #define VT102_ROWS 24 -#define VT102_COLS 80 +#define VT102_COLS 132 #define VT102_STATUS_ROW 24 #define VT102_NMODES 32