diff options
author | nicm <nicm> | 2015-12-12 18:28:47 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-12-12 18:28:47 +0000 |
commit | 6a50cf89b40d472cd1f8b439913ca4caddbfd001 (patch) | |
tree | 8165909a32622c0f5af7302dfd49f00f86637791 /cmd-switch-client.c | |
parent | 39cf9c9d31954198ad73e2b6721a92fe782ee56c (diff) | |
download | rtmux-6a50cf89b40d472cd1f8b439913ca4caddbfd001.tar.gz rtmux-6a50cf89b40d472cd1f8b439913ca4caddbfd001.tar.bz2 rtmux-6a50cf89b40d472cd1f8b439913ca4caddbfd001.zip |
Return after changing key table.
Diffstat (limited to 'cmd-switch-client.c')
-rw-r--r-- | cmd-switch-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-switch-client.c b/cmd-switch-client.c index edc0fd69..85cbce78 100644 --- a/cmd-switch-client.c +++ b/cmd-switch-client.c @@ -65,6 +65,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_q *cmdq) table->references++; key_bindings_unref_table(c->keytable); c->keytable = table; + return (CMD_RETURN_NORMAL); } tflag = args_get(args, 't'); |