mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Do not allow inline styles to replace mode-style for the selected item,
from Alexis Hildebrandt in GitHub issue 2946.
This commit is contained in:
@ -400,7 +400,7 @@ screen_redraw_make_pane_status(struct client *c, struct window_pane *wp,
|
||||
gc.attr &= ~GRID_ATTR_CHARSET;
|
||||
|
||||
screen_write_cursormove(&ctx, 0, 0, 0);
|
||||
format_draw(&ctx, &gc, width, expanded, NULL);
|
||||
format_draw(&ctx, &gc, width, expanded, NULL, 0);
|
||||
screen_write_stop(&ctx);
|
||||
|
||||
free(expanded);
|
||||
|
Reference in New Issue
Block a user