diff options
author | nicm <nicm> | 2017-02-06 15:00:41 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-02-06 15:00:41 +0000 |
commit | e67548dc36fdb4454aded1c95bd35e2443191f94 (patch) | |
tree | 2e7bb998b44f8feb59b06e9b2fbd9be2b811de5b /tmux.h | |
parent | d150d9b384612c1ee2c52009b996a4466e111049 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1226,6 +1226,7 @@ struct cmdq_item { struct cmd_list *cmdlist; struct cmd *cmd; + int repeat; cmdq_cb cb; void *data; |