mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00: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;
|
||||
}
|
||||
|
||||
xasprintf(&final_win_action, "%s ; %s", win_action,
|
||||
wcd ? wcd->command : "");
|
||||
xasprintf(&final_win_action, "%s ; %s",
|
||||
wcd ? wcd->command : "", win_action);
|
||||
|
||||
if (win_ses != win_max)
|
||||
cur_win_template = final_win_template_middle;
|
||||
|
Loading…
Reference in New Issue
Block a user