mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Add a dim= style attribute to dim the colours (as best as tmux is able
to). GitHub issue 4842.
This commit is contained in:
@@ -1212,7 +1212,7 @@ screen_redraw_draw_pane(struct screen_redraw_ctx *ctx, struct window_pane *wp)
|
||||
}
|
||||
|
||||
/* Set up the default style. */
|
||||
tty_default_colours(&defaults, wp);
|
||||
tty_default_colours(&defaults, wp, &style_ctx.dim);
|
||||
style_ctx.defaults = &defaults;
|
||||
style_ctx.palette = palette;
|
||||
style_ctx.hyperlinks = s->hyperlinks;
|
||||
|
||||
Reference in New Issue
Block a user