summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/input.c b/input.c
index d902149f..46f8660b 100644
--- a/input.c
+++ b/input.c
@@ -2262,9 +2262,8 @@ input_dcs_dispatch(struct input_ctx *ictx)
#ifdef ENABLE_SIXEL
if (buf[0] == 'q') {
si = sixel_parse(buf, len, w->xpixel, w->ypixel);
- if (si != NULL) {
+ if (si != NULL)
screen_write_sixelimage(sctx, si, ictx->cell.cell.bg);
- }
}
#endif