Layout fixes

This commit is contained in:
Nicolas Viennot
2015-12-31 11:35:36 -05:00
parent a104b160b2
commit 66e4f554c3
5 changed files with 30 additions and 5 deletions

View File

@@ -722,6 +722,8 @@ server_client_loop(void)
#ifdef TMATE
if (w->flags & WINDOW_REDRAW)
tmate_should_sync_layout = 1;
if (w->tmate_last_sync_active_pane != w->active)
tmate_should_sync_layout = 1;
#endif
w->flags &= ~WINDOW_REDRAW;