From bfe9fca8c487d78c9602dd57ebe69c8ea5c6404a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 6 May 2014 03:24:36 -0400 Subject: this comment is quite outdated --- src/screen.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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); -- cgit v1.2.3-54-g00ecf