mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-07 16:54:01 +01:00
Call recalculate_sizes() after killing window in case it is in a grouped
session, from Daniel Ralston.
This commit is contained in:
parent
d89b35e682
commit
46c7dbef0f
@ -283,6 +283,7 @@ server_kill_window(struct window *w)
|
||||
if (options_get_number(&s->options, "renumber-windows"))
|
||||
session_renumber_windows(s);
|
||||
}
|
||||
recalculate_sizes();
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user