mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Merge branch 'master' of github.com:tmux/tmux
This commit is contained in:
commit
45ee118b26
@ -244,7 +244,8 @@ window_tree_build_window(struct session *s, struct winlink *wl, void* modedata,
|
||||
item->pane = -1;
|
||||
|
||||
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);
|
||||
xasprintf(&name, "%u", wl->idx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user