mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Return after changing key table.
This commit is contained in:
parent
39cf9c9d31
commit
6a50cf89b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue