summaryrefslogtreecommitdiff
path: root/app/xterm/VTparse.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-04 16:40:19 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-04 16:40:19 +0000
commit4a64ee085cebf685431fe2c5af7060c5e5a78eaf (patch)
treece110d86f51f6bd5770727702c68a183da520a28 /app/xterm/VTparse.h
parentd74c4945d1b4b45a68384735fc45585735cb36c0 (diff)
Update to xterm 287. tested by mpi@ and krw@.
Diffstat (limited to 'app/xterm/VTparse.h')
-rw-r--r--app/xterm/VTparse.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/xterm/VTparse.h b/app/xterm/VTparse.h
index 2a747df93..7b7b4f1c3 100644
--- a/app/xterm/VTparse.h
+++ b/app/xterm/VTparse.h
@@ -1,4 +1,4 @@
-/* $XTermId: VTparse.h,v 1.57 2012/04/26 01:01:03 tom Exp $ */
+/* $XTermId: VTparse.h,v 1.59 2012/09/10 23:27:03 tom Exp $ */
/*
* Copyright 2002-2011,2012 by Thomas E. Dickey
@@ -61,7 +61,7 @@
# if defined(__STDC__) && !defined(__cplusplus)
# define Const const
# else
-# define Const /**/
+# define Const /**/
# endif
#endif
@@ -91,12 +91,12 @@ extern Const PARSE_T csi_dec_dollar_table[];
#if OPT_DEC_LOCATOR
extern Const PARSE_T csi_tick_table[];
-#endif /* OPT_DEC_LOCATOR */
+#endif /* OPT_DEC_LOCATOR */
#if OPT_DEC_RECTOPS
extern Const PARSE_T csi_dollar_table[];
extern Const PARSE_T csi_star_table[];
-#endif /* OPT_DEC_LOCATOR */
+#endif /* OPT_DEC_LOCATOR */
#if OPT_VT52_MODE
extern Const PARSE_T vt52_table[];
@@ -275,5 +275,8 @@ extern Const PARSE_T esc_pct_table[];
#define CASE_DECRQCRA 153
#define CASE_HPR 154
#define CASE_VPR 155
+#define CASE_ANSI_SC 156
+#define CASE_ANSI_RC 157
+#define CASE_ESC_COLON 158
#endif /* included_VTparse_h */