aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screen.c b/src/screen.c
index 2e0c34c..39c0b87 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -84,9 +84,6 @@ void runes_screen_process_string(RunesTerm *t, char *buf, size_t len)
yyscan_t scanner;
int remaining;
- /* XXX this will break if buf ends with a partial escape sequence or utf8
- * character. we need to detect that and not consume the entire input in
- * that case */
runes_parser_yylex_init_extra(t, &scanner);
state = runes_parser_yy_scan_bytes(buf, len, scanner);
remaining = runes_parser_yylex(scanner);