aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/vt102.h b/src/vt102.h
index 4f5ff05..7537969 100644
--- a/src/vt102.h
+++ b/src/vt102.h
@@ -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;