diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-30 12:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-30 12:01:10 +0100 |
commit | 54c5070767d58a4fb0559eb9b3ee19caa72c4a73 (patch) | |
tree | 42ba41994c3144be24e528ef78b888d2b913792e /cmd-switch-client.c | |
parent | fa20f19494f9957326380fd9f671fa69fb88c4b7 (diff) | |
parent | 17cf1b21c6c30a2d7b8cf7d9a29f495a9b01c475 (diff) | |
download | rtmux-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.c | 2 |
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); } } |