Mark pane status line jobs with FORMAT_STATUS also so it redraws when

they finish, GitHub issue 1852.
pull/1857/head
nicm 2019-07-24 21:16:17 +00:00
parent bf6d1aeaa4
commit 90dba3ec66
1 changed files with 1 additions and 1 deletions

View File

@ -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);