Store images, currently at most 10.

This commit is contained in:
Nicholas Marriott
2019-12-05 00:02:55 +00:00
parent 3aebcc6709
commit 49f2f0a8f1
7 changed files with 133 additions and 8 deletions

View File

@@ -2173,7 +2173,6 @@ input_dcs_dispatch(struct input_ctx *ictx)
if (si != NULL) {
sixel_log(si);
screen_write_sixelimage(sctx, si);
sixel_free(si);
}
}