mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
More tests for the graphics control code parser
This commit is contained in:
@@ -563,7 +563,7 @@ parse_graphics_code(Screen *screen, PyObject UNUSED *dump_callback) {
|
||||
size_t sz;
|
||||
const char *err;
|
||||
|
||||
while (pos < screen->parser_buf_pos - 1) {
|
||||
while (pos < screen->parser_buf_pos) {
|
||||
switch(state) {
|
||||
|
||||
case KEY:
|
||||
|
||||
Reference in New Issue
Block a user