Honour renumber-windows when unlinking a window, from Thomas Adam.

pull/1/head
nicm 2015-04-19 21:46:52 +00:00
parent bf635e7741
commit bbac2aee1f
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ server_unlink_window(struct session *s, struct winlink *wl)
server_destroy_session_group(s);
else
server_redraw_session_group(s);
session_renumber_windows(s);
}
void