aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-05-06 03:24:36 -0400
committerJesse Luehrs <doy@tozt.net>2014-05-06 03:24:36 -0400
commitbfe9fca8c487d78c9602dd57ebe69c8ea5c6404a (patch)
tree9a2bdf42fdf9051241006bfe33cab39a21e0be28 /src
parent7762ec3fbea48290f47f02d02561fd0c012e10f5 (diff)
downloadrunes-bfe9fca8c487d78c9602dd57ebe69c8ea5c6404a.tar.gz
runes-bfe9fca8c487d78c9602dd57ebe69c8ea5c6404a.zip
this comment is quite outdated
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);