Cancel key table when switching session, unless the key is going to

repeat. Reported by Amos Bird.
This commit is contained in:
nicm
2017-02-06 15:00:41 +00:00
parent d150d9b384
commit e67548dc36
5 changed files with 15 additions and 4 deletions

1
tmux.h
View File

@@ -1226,6 +1226,7 @@ struct cmdq_item {
struct cmd_list *cmdlist;
struct cmd *cmd;
int repeat;
cmdq_cb cb;
void *data;