mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 18:38:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
bb9a123ddd
@ -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