Redraw and scroll images and part of invalidating them.

This commit is contained in:
Nicholas Marriott
2019-12-05 09:11:24 +00:00
parent 7566e37a46
commit b642eac450
5 changed files with 102 additions and 11 deletions

View File

@@ -2172,7 +2172,7 @@ input_dcs_dispatch(struct input_ctx *ictx)
si = sixel_parse(buf, len, w->xpixel, w->ypixel);
if (si != NULL) {
sixel_log(si);
screen_write_sixelimage(sctx, si);
screen_write_sixelimage(sctx, si, ictx->cell.cell.bg);
}
}