Restore SIXEL bit.

This commit is contained in:
Nicholas Marriott
2026-05-24 10:05:41 +01:00
parent b498979d4d
commit eb330a6df6

View File

@@ -1337,6 +1337,10 @@ screen_redraw_draw_pane(struct screen_redraw_ctx *ctx, struct window_pane *wp)
ri->px, py, &defaults, palette);
}
}
#ifdef ENABLE_SIXEL
tty_draw_images(c, wp, s);
#endif
}
/* Draw the panes scrollbars */