mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
...
This commit is contained in:
parent
705298737a
commit
ef312a3d1c
1 changed files with 2 additions and 0 deletions
|
|
@ -642,6 +642,8 @@ parse_graphics_code(Screen *screen, PyObject UNUSED *dump_callback) {
|
|||
REPORT_ERROR("Malformed graphics control block, expecting a comma or semi-colon after a value");
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
||||
case PAYLOAD:
|
||||
sz = screen->parser_buf_pos - pos;
|
||||
err = base64_decode(screen->parser_buf + pos, sz, payload, sizeof(payload), &g.payload_sz);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue