aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vt102.h b/src/vt102.h
index fcf7aca..f0d4e91 100644
--- a/src/vt102.h
+++ b/src/vt102.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.9 2008/02/07 01:57:46 james
+ * *** empty log message ***
+ *
* Revision 1.8 2008/02/07 00:39:13 james
* *** empty log message ***
*
@@ -55,6 +58,7 @@ typedef struct
int in_csi;
int csi_ptr;
char csi_buf[VT102_CSI_LEN];
+ int in_scs;
} VT102_parser;
typedef struct