mirror of
https://github.com/tmate-io/tmate.git
synced 2026-08-01 23:22:07 +00:00
Make choose-tree actually work again.
This commit is contained in:
parent
1d591ada76
commit
4f01bfc4bc
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue