summaryrefslogtreecommitdiffstats
path: root/screen-write.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2023-09-15 12:33:33 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2023-09-19 09:27:59 +0100
commit789a98982eac63a02bb06fbd07a010fc2eec0e92 (patch)
treeb3c14549341e2c9dda07c0b3f2d53ea665e18cf1 /screen-write.c
parentb202a2f1b517a3de7141fc35fbd9e39ed5ac5284 (diff)
Reply to SMGRAPHICS.
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/screen-write.c b/screen-write.c
index 8eff304d..923dac6e 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -1418,7 +1418,9 @@ screen_write_linefeed(struct screen_write_ctx *ctx, int wrapped, u_int bg)
struct screen *s = ctx->s;
struct grid *gd = s->grid;
struct grid_line *gl;
+#ifdef ENABLE_SIXEL
int redraw = 0;
+#endif
u_int rupper = s->rupper, rlower = s->rlower;
gl = grid_get_line(gd, gd->hsize + s->cy);