From 6ebc3feb4671d9b25b3db99d3c16b2323b8e3d02 Mon Sep 17 00:00:00 2001 From: topcat001 Date: Sun, 20 Aug 2023 16:09:51 -0700 Subject: Remove redundant {}. --- input.c | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3