From 93039db58c6e3c5897e655edc319fafa3480dc5d Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 2 Jul 2026 21:45:36 +0000 Subject: [PATCH] Use message-style as default for message-format again. GitHub issue 5315. --- status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.c b/status.c index bb0c3bef9..0d9fc3e4e 100644 --- a/status.c +++ b/status.c @@ -488,7 +488,7 @@ status_message_redraw(struct client *c) status_message_area(c, &ax, &aw); ft = format_create_defaults(NULL, c, NULL, NULL, NULL); - memcpy(&gc, &grid_default_cell, sizeof gc); + style_apply(&gc, s->options, "message-style", ft); /* * Set #{message} in the format tree. If styles should be ignored in