summaryrefslogtreecommitdiff
path: root/app/xterm/VTPrsTbl.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-09-17 11:51:58 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-09-17 11:51:58 +0000
commitf0bd47092943cb33163b44510dab1aca30a52280 (patch)
treec11cff2530e5088484fbcdd85e88f37fc5d6a40b /app/xterm/VTPrsTbl.c
parentbbace3c9e604f0dcf85460e95f8e5dbd985c4f6e (diff)
Update to xterm-275. Tested by jasper@.
Diffstat (limited to 'app/xterm/VTPrsTbl.c')
-rw-r--r--app/xterm/VTPrsTbl.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/xterm/VTPrsTbl.c b/app/xterm/VTPrsTbl.c
index ea7f81261..9c2cfdf36 100644
--- a/app/xterm/VTPrsTbl.c
+++ b/app/xterm/VTPrsTbl.c
@@ -1,8 +1,7 @@
-/* $XTermId: VTPrsTbl.c,v 1.59 2010/08/24 21:26:42 tom Exp $ */
+/* $XTermId: VTPrsTbl.c,v 1.60 2011/09/11 15:00:46 tom Exp $ */
/*
- *
- * Copyright 1999-2009,2010 by Thomas E. Dickey
+ * Copyright 1999-2010,2011 by Thomas E. Dickey
*
* All Rights Reserved
*
@@ -54,6 +53,7 @@
*/
#include <VTparse.h>
+/* *INDENT-OFF* */
#if !OPT_BLINK_CURS
#undef CASE_CSI_SPACE_STATE
@@ -8197,3 +8197,4 @@ CASE_IGNORE,
CASE_IGNORE,
};
#endif /* OPT_VT52_MODE */
+/* *INDENT-ON* */