mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Make choose-tree actually work again.
This commit is contained in:
parent
d5139d1401
commit
48291f0eeb
@ -203,8 +203,9 @@ windows_only:
|
||||
cur_win = idx_ses;
|
||||
}
|
||||
|
||||
xasprintf(&final_win_action, "%s ; %s",
|
||||
wcd ? wcd->command : "", win_action);
|
||||
xasprintf(&final_win_action, "%s %s %s",
|
||||
wcd != NULL ? wcd->command : "",
|
||||
wcd != NULL ? ";" : "", win_action);
|
||||
|
||||
if (win_ses != win_max)
|
||||
cur_win_template = final_win_template_middle;
|
||||
|
Loading…
Reference in New Issue
Block a user