From 66e4f554c323e549f39ea49b5e0394933d134141 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Thu, 31 Dec 2015 11:35:36 -0500 Subject: Layout fixes --- tmux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.h') 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; -- cgit v1.2.3