diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:23 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:23 +0200 |
commit | bdf45bc45637eefdbdee913465729f9d31d6c255 (patch) | |
tree | 9b6538c483ad6c2b38177068d5c5730397c9f292 /ansi.h | |
parent | 14a4b00c9ef680b78469333291270e4c276f100d (diff) | |
download | screen-bdf45bc45637eefdbdee913465729f9d31d6c255.tar.gz |
Imported Upstream version 3.9.5upstream/3.9.5
Diffstat (limited to 'ansi.h')
-rw-r--r-- | ansi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |