mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Break new window and pane creation common code from various commands and
window.c into a separate file spawn.c.
This commit is contained in:
@ -1006,7 +1006,7 @@ window_tree_kill_each(__unused void* modedata, void* itemdata,
|
||||
case WINDOW_TREE_SESSION:
|
||||
if (s != NULL) {
|
||||
server_destroy_session(s);
|
||||
session_destroy(s, __func__);
|
||||
session_destroy(s, 1, __func__);
|
||||
}
|
||||
break;
|
||||
case WINDOW_TREE_WINDOW:
|
||||
|
Reference in New Issue
Block a user