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