mirror of
https://github.com/tmux/tmux.git
synced 2025-01-08 17:18:47 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
a6a294c8f8
@ -890,7 +890,7 @@ cmd_find_from_client(struct cmd_find_state *fs, struct client *c)
|
|||||||
}
|
}
|
||||||
if (wl != NULL) {
|
if (wl != NULL) {
|
||||||
fs->s = s;
|
fs->s = s;
|
||||||
fs->wl = s->curw; /* use active session */
|
fs->wl = s->curw; /* use current session */
|
||||||
fs->w = fs->wl->window;
|
fs->w = fs->wl->window;
|
||||||
fs->wp = fs->w->active; /* use active pane */
|
fs->wp = fs->w->active; /* use active pane */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user