Merge branch 'master' into screen_redraw

This commit is contained in:
Nicholas Marriott
2026-06-19 19:48:50 +01:00
24 changed files with 445 additions and 238 deletions

View File

@@ -327,6 +327,7 @@ popup_draw_cb(struct client *c, void *data)
defaults.bg = pd->palette.bg;
style_ctx.defaults = &defaults;
style_ctx.palette = &pd->palette;
style_ctx.dim = 0;
style_ctx.hyperlinks = s.hyperlinks;
if (pd->md != NULL) {