mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Add support for the OSC 4 and OSC 104 palette setting escape sequences,
from S Gilles.
This commit is contained in:
@ -796,6 +796,7 @@ window_choose_write_line(struct window_pane *wp, struct screen_write_ctx *ctx,
|
||||
|
||||
last = screen_size_y(s) - 1;
|
||||
memcpy(&gc, &grid_default_cell, sizeof gc);
|
||||
gc.flags |= GRID_FLAG_NOPALETTE;
|
||||
if (data->selected == data->top + py)
|
||||
style_apply(&gc, oo, "mode-style");
|
||||
|
||||
|
Reference in New Issue
Block a user