mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-30 22:29:59 +02:00
Call recalculate_sizes() after killing window in case it is in a grouped
session, from Daniel Ralston.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user