aboutsummaryrefslogtreecommitdiff
path: root/cmd-switch-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-08-30 12:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2017-08-30 12:01:10 +0100
commit54c5070767d58a4fb0559eb9b3ee19caa72c4a73 (patch)
tree42ba41994c3144be24e528ef78b888d2b913792e /cmd-switch-client.c
parentfa20f19494f9957326380fd9f671fa69fb88c4b7 (diff)
parent17cf1b21c6c30a2d7b8cf7d9a29f495a9b01c475 (diff)
downloadrtmux-54c5070767d58a4fb0559eb9b3ee19caa72c4a73.tar.gz
rtmux-54c5070767d58a4fb0559eb9b3ee19caa72c4a73.tar.bz2
rtmux-54c5070767d58a4fb0559eb9b3ee19caa72c4a73.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-switch-client.c')
-rw-r--r--cmd-switch-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-switch-client.c b/cmd-switch-client.c
index a24f0276..180635df 100644
--- a/cmd-switch-client.c
+++ b/cmd-switch-client.c
@@ -116,7 +116,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmdq_item *item)
if (wp != NULL)
window_set_active_pane(wp->window, wp);
session_set_current(s, wl);
- cmd_find_from_session(&item->shared->current, s);
+ cmd_find_from_session(&item->shared->current, s, 0);
}
}