aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-06 16:01:20 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-06 16:01:20 +0000
commit1199f8fc59f34f474672cb95a781d3a817d05242 (patch)
treee80c8148f42a83050e763abe017017eb73cad2f7 /tmux.h
parent446177a8326d6d29591c1e42ec44d0f92e39c466 (diff)
parente67548dc36fdb4454aded1c95bd35e2443191f94 (diff)
downloadrtmux-1199f8fc59f34f474672cb95a781d3a817d05242.tar.gz
rtmux-1199f8fc59f34f474672cb95a781d3a817d05242.tar.bz2
rtmux-1199f8fc59f34f474672cb95a781d3a817d05242.zip
Merge branch 'obsd-master'
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 90a77617..630ba311 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1228,6 +1228,7 @@ struct cmdq_item {
struct cmd_list *cmdlist;
struct cmd *cmd;
+ int repeat;
cmdq_cb cb;
void *data;