mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Restore SIXEL bit.
This commit is contained in:
@@ -1337,6 +1337,10 @@ screen_redraw_draw_pane(struct screen_redraw_ctx *ctx, struct window_pane *wp)
|
|||||||
ri->px, py, &defaults, palette);
|
ri->px, py, &defaults, palette);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef ENABLE_SIXEL
|
||||||
|
tty_draw_images(c, wp, s);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Draw the panes scrollbars */
|
/* Draw the panes scrollbars */
|
||||||
|
|||||||
Reference in New Issue
Block a user