aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-02-06 15:00:41 +0000
committernicm <nicm>2017-02-06 15:00:41 +0000
commite67548dc36fdb4454aded1c95bd35e2443191f94 (patch)
tree2e7bb998b44f8feb59b06e9b2fbd9be2b811de5b /tmux.h
parentd150d9b384612c1ee2c52009b996a4466e111049 (diff)
downloadrtmux-e67548dc36fdb4454aded1c95bd35e2443191f94.tar.gz
rtmux-e67548dc36fdb4454aded1c95bd35e2443191f94.tar.bz2
rtmux-e67548dc36fdb4454aded1c95bd35e2443191f94.zip
Cancel key table when switching session, unless the key is going to
repeat. Reported by Amos Bird.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
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;