mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
ed8ddf2449
@ -244,7 +244,8 @@ window_tree_build_window(struct session *s, struct winlink *wl, void* modedata,
|
|||||||
item->pane = -1;
|
item->pane = -1;
|
||||||
|
|
||||||
text = format_single(NULL,
|
text = format_single(NULL,
|
||||||
"#{window_name}#{window_flags} (#{window_panes} panes)",
|
"#{window_name}#{window_flags} (#{window_panes} panes)"
|
||||||
|
"#{?#{==:#{window_panes},1}, \"#{pane_title}\",}",
|
||||||
NULL, s, wl, NULL);
|
NULL, s, wl, NULL);
|
||||||
xasprintf(&name, "%u", wl->idx);
|
xasprintf(&name, "%u", wl->idx);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user