aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-02-26 19:08:27 +0000
committerjames <>2008-02-26 19:08:27 +0000
commit3aef93277df7fe073486ec406a5fe55d3a45e504 (patch)
tree06dd3797027a59144df8845e4324b0f04d8ae5d0
parent9a656f52cf241d94ba1f7a444d8c4e39b33511a9 (diff)
downloadsympathy-3aef93277df7fe073486ec406a5fe55d3a45e504.tar.gz
sympathy-3aef93277df7fe073486ec406a5fe55d3a45e504.tar.bz2
sympathy-3aef93277df7fe073486ec406a5fe55d3a45e504.zip
*** empty log message ***
-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