aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 0dda8cff..852203ee 100644
--- a/tmux.h
+++ b/tmux.h
@@ -844,6 +844,10 @@ struct winlink {
int idx;
struct window *window;
+ size_t status_width;
+ struct grid_cell status_cell;
+ char *status_text;
+
RB_ENTRY(winlink) entry;
TAILQ_ENTRY(winlink) sentry;
};