aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
authorjames <>2008-02-07 01:58:28 +0000
committerjames <>2008-02-07 01:58:28 +0000
commitc376978bd57160a5fb7722065fc77aac62bc4e29 (patch)
tree50bd6415ad438cd959b63715115d4b3b27241290 /src/vt102.h
parent3266bf41d98fb7eb72b59d762d4760aa991b1ffd (diff)
downloadsympathy-c376978bd57160a5fb7722065fc77aac62bc4e29.tar.gz
sympathy-c376978bd57160a5fb7722065fc77aac62bc4e29.tar.bz2
sympathy-c376978bd57160a5fb7722065fc77aac62bc4e29.zip
*** empty log message ***
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