mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Rename session idx to session id throughout and add $ prefix to targets
to use it, extended from a diff from George Nachman.
This commit is contained in:
@ -859,7 +859,7 @@ window_choose_add_session(struct window_pane *wp, struct client *c,
|
||||
struct window_choose_data *wcd;
|
||||
|
||||
wcd = window_choose_data_create(TREE_SESSION, c, c->session);
|
||||
wcd->idx = s->idx;
|
||||
wcd->idx = s->id;
|
||||
|
||||
wcd->tree_session = s;
|
||||
wcd->tree_session->references++;
|
||||
|
Reference in New Issue
Block a user