mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Layout fixes
This commit is contained in:
parent
a104b160b2
commit
66e4f554c3
5 changed files with 30 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue