summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
diff options
context:
space:
mode:
authornicm <nicm>2017-04-22 12:08:41 +0000
committernicm <nicm>2017-04-22 12:08:41 +0000
commitae1a6c2fc507679d46e986fa0276dfd1459660b8 (patch)
treeeadd8f3655c1578c60595c27e8d2d45d205b7645 /cmd-find.c
parent55cd4c7bc756509f241788f7f73676676ef538f6 (diff)
Do not need getopt.h.
Diffstat (limited to 'cmd-find.c')
-rw-r--r--cmd-find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-find.c b/cmd-find.c
index 630a6340..f2b098ab 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -891,7 +891,7 @@ cmd_find_from_client(struct cmd_find_state *fs, struct client *c)
}
if (wl != NULL) {
fs->s = s;
- fs->wl = s->curw; /* use active session */
+ fs->wl = s->curw; /* use current session */
fs->w = fs->wl->window;
fs->wp = fs->w->active; /* use active pane */