aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-20 23:02:38 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-20 23:02:38 +0100
commitf36d2ecb07d89887d02c0f5a885a71189cda5729 (patch)
treef24d0a60dfbab0abcb68e685ed098756919197eb /tmux.h
parent9f39470b382481f9ec0d9eb17d196a753ecf8e33 (diff)
parent98a478ceb3d4b8f6d1951b0b12891e54abee96d0 (diff)
downloadrtmux-f36d2ecb07d89887d02c0f5a885a71189cda5729.tar.gz
rtmux-f36d2ecb07d89887d02c0f5a885a71189cda5729.tar.bz2
rtmux-f36d2ecb07d89887d02c0f5a885a71189cda5729.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 3eb4c174..f075215c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1304,8 +1304,11 @@ struct cmd_entry {
/* Status line. */
struct status_line {
struct event timer;
+
struct screen status;
struct screen *old_status;
+
+ int window_list_offset;
};
/* Client connection. */