chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102.h
index 4f5ff059789e77f4984e9606bab65a71ebe135ac..7537969e617ddf3540e87878529da74fb507cb8c 100644 (file)
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
+ * Revision 1.12  2008/02/22 14:51:54  james
+ * *** empty log message ***
+ *
  * Revision 1.11  2008/02/08 15:06:42  james
  * *** empty log message ***
  *
@@ -64,7 +67,6 @@ typedef struct
   int in_csi;
   int csi_ptr;
   char csi_buf[VT102_CSI_LEN];
-  int in_scs;
 } VT102_parser;
 
 typedef struct
@@ -97,6 +99,9 @@ typedef struct
 
   int application_keypad_mode;
 
+  char last_reg_char;
+
+  int xn_glitch;
 
 } VT102;