summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
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 24a7db59..f2a02368 100644
--- a/tmux.h
+++ b/tmux.h
@@ -915,6 +915,9 @@ struct window {
struct timeval activity_time;
+#ifdef TMATE
+ struct window_pane *tmate_last_sync_active_pane;
+#endif
struct window_pane *active;
struct window_pane *last;
struct window_panes panes;