chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102.h
index 1007353b502a7eae453d7f5bbe4da4c32f0defa9..1a23dd53581354f45d9fdfa324162e54999b7812 100644 (file)
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
+ * Revision 1.5  2008/02/06 15:53:22  james
+ * *** empty log message ***
+ *
  * Revision 1.4  2008/02/06 11:30:37  james
  * *** empty log message ***
  *
@@ -52,10 +55,18 @@ typedef struct
   VT102_parser parser;
   int attr;
   CRT crt;
-  CRT_Pos pos;
+
+  int pending_wrap;
+  CRT_Pos pos,current_line;
+  
+
+
 
   uint8_t modes[VT102_NMODES];
   uint8_t private_modes[VT102_NMODES];
+
+  uint8_t tabs[VT102_COLS];
+
 } VT102;
 
 #define VT102_PRIVATE_MODE_CURSOR_MODE         1