aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-09-28 10:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2016-09-28 10:01:11 +0100
commit27591570c4a6d1142e0403e209106326a45b859e (patch)
tree13965ccc6fd62b1bfca736c8a3ff00664319df4a /tmux.h
parent30f2e8ff29b112b6b428d1d123187fdfd497e814 (diff)
parentacacb718e5452bfdba4810007d5a10eace1a9fec (diff)
downloadrtmux-27591570c4a6d1142e0403e209106326a45b859e.tar.gz
rtmux-27591570c4a6d1142e0403e209106326a45b859e.tar.bz2
rtmux-27591570c4a6d1142e0403e209106326a45b859e.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index b745f863..995e310f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -896,6 +896,8 @@ struct window_pane {
int fd;
struct bufferevent *event;
+ struct event resize_timer;
+
u_int wmark_size;
u_int wmark_hits;