mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 10:28:54 +00:00
Mark pane status line jobs with FORMAT_STATUS also so it redraws when
they finish, GitHub issue 1852.
This commit is contained in:
parent
bf6d1aeaa4
commit
90dba3ec66
@ -266,7 +266,7 @@ screen_redraw_make_pane_status(struct client *c, struct window *w,
|
||||
|
||||
fmt = options_get_string(w->options, "pane-border-format");
|
||||
|
||||
ft = format_create(c, NULL, FORMAT_PANE|wp->id, 0);
|
||||
ft = format_create(c, NULL, FORMAT_PANE|wp->id, FORMAT_STATUS);
|
||||
format_defaults(ft, c, NULL, NULL, wp);
|
||||
|
||||
expanded = format_expand_time(ft, fmt);
|
||||
|
Loading…
Reference in New Issue
Block a user