mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
Use message-style as default for message-format again. GitHub issue 5315.
This commit is contained in:
2
status.c
2
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
|
||||
|
||||
Reference in New Issue
Block a user