mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 00:28:10 +02:00
Fix moving windows to nonexistent indexes when renumber-windows is
off. From Thomas Adam, reported by Daniel Levai and Theo Buehler.
This commit is contained in:
@ -351,7 +351,6 @@ 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
|
||||
|
Reference in New Issue
Block a user