aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-13 17:33:07 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-13 17:33:07 +0000
commit8e479662255f480cabc45af5edc10098dc3f1819 (patch)
treee4e1681a98d5a33c876a31283241f67615e715cb /tmux.h
parent1415eb3dd249e7730b151a5cfd61c47a712a522f (diff)
downloadrtmux-8e479662255f480cabc45af5edc10098dc3f1819.tar.gz
rtmux-8e479662255f480cabc45af5edc10098dc3f1819.tar.bz2
rtmux-8e479662255f480cabc45af5edc10098dc3f1819.zip
Destroy panes immediately rather than checking them all every loop.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index b5f087b2..f3fd0b3e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);