Merge branch 'master' into floating_panes

This commit is contained in:
Dane Jensen
2026-06-18 12:50:47 -07:00
16 changed files with 244 additions and 101 deletions

View File

@@ -1214,7 +1214,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;