Fix SIXEL, from Marc Haesen.

This commit is contained in:
Nicholas Marriott
2026-06-23 15:47:11 +01:00
parent a63e429d22
commit 505d557fbb

View File

@@ -1623,7 +1623,7 @@ redraw_draw(struct client *c, struct window_pane *wp, int flags)
tty_draw_images(c, wp);
else {
TAILQ_FOREACH(loop, &scene->w->panes, entry)
tty_draw_images(c, wp);
tty_draw_images(c, loop);
}
#endif