aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-04-29 18:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2016-04-29 18:01:09 +0100
commit55d472a9fe9b3d4196b8307a65480f6d66b95e9c (patch)
treee76c0961ba35fa67566947ea0247dc0aed3e1ce4 /tmux.h
parentba9f32b464effc09b7ceaef21b1804c49ece17db (diff)
parenteb8e76d4332e089e5cd3c5a3c9f4bf64c9474909 (diff)
downloadrtmux-55d472a9fe9b3d4196b8307a65480f6d66b95e9c.tar.gz
rtmux-55d472a9fe9b3d4196b8307a65480f6d66b95e9c.tar.bz2
rtmux-55d472a9fe9b3d4196b8307a65480f6d66b95e9c.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index ddf70d4a..04816005 100644
--- a/tmux.h
+++ b/tmux.h
@@ -896,6 +896,9 @@ struct window_pane {
struct screen *screen;
struct screen base;
+ struct screen status_screen;
+ size_t status_size;
+
/* Saved in alternative screen mode. */
u_int saved_cx;
u_int saved_cy;