mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
4223293ed8
@ -512,7 +512,7 @@ cmdq_print(struct cmdq_item *item, const char *fmt, ...)
|
||||
wme = TAILQ_FIRST(&wp->modes);
|
||||
if (wme == NULL || wme->mode != &window_view_mode)
|
||||
window_pane_set_mode(wp, &window_view_mode, NULL, NULL);
|
||||
window_copy_vadd(wp, fmt, ap);
|
||||
window_copy_add(wp, "%s", msg);
|
||||
}
|
||||
|
||||
free(msg);
|
||||
|
Loading…
Reference in New Issue
Block a user