mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Support embedded styles in the display-message message, GitHub issue 2206.
This commit is contained in:
@ -772,7 +772,7 @@ window_customize_set_callback(struct client *c, void *itemdata, const char *s,
|
||||
|
||||
fail:
|
||||
*cause = toupper((u_char)*cause);
|
||||
status_message_set(c, "%s", cause);
|
||||
status_message_set(c, 1, "%s", cause);
|
||||
free(cause);
|
||||
return (0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user