diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-09-28 10:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-09-28 10:01:11 +0100 |
commit | 27591570c4a6d1142e0403e209106326a45b859e (patch) | |
tree | 13965ccc6fd62b1bfca736c8a3ff00664319df4a /tmux.h | |
parent | 30f2e8ff29b112b6b428d1d123187fdfd497e814 (diff) | |
parent | acacb718e5452bfdba4810007d5a10eace1a9fec (diff) | |
download | rtmux-27591570c4a6d1142e0403e209106326a45b859e.tar.gz rtmux-27591570c4a6d1142e0403e209106326a45b859e.tar.bz2 rtmux-27591570c4a6d1142e0403e209106326a45b859e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -896,6 +896,8 @@ struct window_pane { int fd; struct bufferevent *event; + struct event resize_timer; + u_int wmark_size; u_int wmark_hits; |