mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00: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