summaryrefslogtreecommitdiff
path: root/ansi.h
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:23 +0200
committerAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:23 +0200
commitbdf45bc45637eefdbdee913465729f9d31d6c255 (patch)
tree9b6538c483ad6c2b38177068d5c5730397c9f292 /ansi.h
parent14a4b00c9ef680b78469333291270e4c276f100d (diff)
downloadscreen-bdf45bc45637eefdbdee913465729f9d31d6c255.tar.gz
Imported Upstream version 3.9.5upstream/3.9.5
Diffstat (limited to 'ansi.h')
-rw-r--r--ansi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansi.h b/ansi.h
index 1746f28..b34d7bd 100644
--- a/ansi.h
+++ b/ansi.h
@@ -46,6 +46,7 @@
/*
* Parser state
*/
+/* keep state_t and state_t_string in sync! */
enum state_t
{
LIT, /* Literal input */
@@ -59,6 +60,7 @@ enum state_t
PRIN4 /* CSI 4 seen in printer mode */
};
+/* keep string_t and string_t_string in sync! */
enum string_t
{
NONE,