Return after changing key table.

pull/243/head
nicm 2015-12-12 18:28:47 +00:00
parent 39cf9c9d31
commit 6a50cf89b4
1 changed files with 1 additions and 0 deletions

View File

@ -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');