chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102.h
index e09fbf60e068711504c4a6f95137264e488d136a..02fdf990718abd080b5d831a4dcbf568da5fb994 100644 (file)
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
 
 /*
  * $Log$
+ * Revision 1.21  2008/02/28 16:57:52  james
+ * *** empty log message ***
+ *
  * Revision 1.20  2008/02/27 09:42:22  james
  * *** empty log message ***
  *
  * Revision 1.20  2008/02/27 09:42:22  james
  * *** empty log message ***
  *
@@ -79,7 +82,8 @@
 
 #define VT102_CMD_LEN 128
 
 
 #define VT102_CMD_LEN 128
 
-#define VT102_ROWS             24
+#define VT102_MAX_ROWS         ((CRT_ROWS) - 1)
+#define VT102_ROWS_24          24
 #define VT102_COLS_132         132
 #define VT102_COLS_80          80
 #define VT102_MAX_COLS         VT102_COLS_132
 #define VT102_COLS_132         132
 #define VT102_COLS_80          80
 #define VT102_MAX_COLS         VT102_COLS_132
@@ -92,7 +96,7 @@ typedef struct
 {
   int in_escape;
   int in_cmd;
 {
   int in_escape;
   int in_cmd;
-  
+
   int cmd_ptr;
   int cmd_more_bytes;
   int cmd_termination;
   int cmd_ptr;
   int cmd_more_bytes;
   int cmd_termination;