mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Support embedded styles in the display-message message, GitHub issue
2206.
This commit is contained in:
@ -856,7 +856,7 @@ cmdq_error(struct cmdq_item *item, const char *fmt, ...)
|
||||
c->retval = 1;
|
||||
} else {
|
||||
*msg = toupper((u_char) *msg);
|
||||
status_message_set(c, "%s", msg);
|
||||
status_message_set(c, 1, "%s", msg);
|
||||
}
|
||||
|
||||
free(msg);
|
||||
|
Reference in New Issue
Block a user