summaryrefslogtreecommitdiffstats
path: root/src/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.l')
-rw-r--r--src/parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.l b/src/parser.l
index a4e6cfd..7094bb3 100644
--- a/src/parser.l
+++ b/src/parser.l
@@ -10,7 +10,7 @@
#define YY_EXIT_FAILURE (UNUSED(yyscanner), 2)
%}
-%option reentrant nodefault batch
+%option reentrant nodefault batch 8bit
%option noyywrap nounput noinput noyyalloc noyyrealloc noyyfree
%option prefix="vt100_parser_yy"
%option extra-type="VT100Screen *"