From e67548dc36fdb4454aded1c95bd35e2443191f94 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 6 Feb 2017 15:00:41 +0000 Subject: Cancel key table when switching session, unless the key is going to repeat. Reported by Amos Bird. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 068bcbbe..01503ecb 100644 --- a/tmux.h +++ b/tmux.h @@ -1226,6 +1226,7 @@ struct cmdq_item { struct cmd_list *cmdlist; struct cmd *cmd; + int repeat; cmdq_cb cb; void *data; -- cgit