Destroy panes immediately rather than checking them all every loop.

This commit is contained in:
Nicholas Marriott
2009-11-13 17:33:07 +00:00
parent 1415eb3dd2
commit 8e47966225
6 changed files with 26 additions and 69 deletions

1
tmux.h
View File

@ -1590,6 +1590,7 @@ void server_kill_window(struct window *);
int server_link_window(struct session *,
struct winlink *, struct session *, int, int, int, char **);
void server_unlink_window(struct session *, struct winlink *);
void server_destroy_pane(struct window_pane *);
void server_destroy_session_group(struct session *);
void server_destroy_session(struct session *);
void server_set_identify(struct client *);