mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-05 04:50:47 +01:00
Run session command before window in choose-tree.
This commit is contained in:
parent
362c460767
commit
6e03b50771
@ -203,8 +203,8 @@ windows_only:
|
|||||||
cur_win = idx_ses;
|
cur_win = idx_ses;
|
||||||
}
|
}
|
||||||
|
|
||||||
xasprintf(&final_win_action, "%s ; %s", win_action,
|
xasprintf(&final_win_action, "%s ; %s",
|
||||||
wcd ? wcd->command : "");
|
wcd ? wcd->command : "", 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