mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-18 17:38:53 +02:00
Layout fixes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user