mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-23 02:57:33 +00:00
Use the right index when adding item in choose-tree, from Thomas Adam.
This commit is contained in:
parent
9e7bbc7281
commit
4f8a6867fa
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ windows_only:
|
|||
|
||||
window_choose_add_window(wl->window->active,
|
||||
ctx, s2, wm, cur_win_template,
|
||||
final_win_action, idx_ses);
|
||||
final_win_action,
|
||||
(wflag && !sflag) ? win_ses : idx_ses);
|
||||
|
||||
free(final_win_action);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue