aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/crt.h5
-rw-r--r--src/vt102.h5
2 files changed, 8 insertions, 2 deletions
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