summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicolas Viennot <nicolas@viennot.biz>2015-12-31 11:35:36 -0500
committerNicolas Viennot <nicolas@viennot.biz>2015-12-31 11:35:36 -0500
commit66e4f554c323e549f39ea49b5e0394933d134141 (patch)
treec8a098cc1f5d828e9e87190ba7c1b7598d14ec7b /tmux.h
parenta104b160b290e7b0f79efee7f6f57a37b3a3cdcc (diff)
Layout fixes
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;