diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-14 17:48:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-14 17:48:39 +0000 |
commit | 72bc03ac4c0fa3757d16363ab9cacb0a152275f9 (patch) | |
tree | 59c1d12870a47c1e295a9258ca44208594cfffb4 /tmux.h | |
parent | 56447d73c1348c708f36a624416c008e6b262293 (diff) | |
download | rtmux-72bc03ac4c0fa3757d16363ab9cacb0a152275f9.tar.gz rtmux-72bc03ac4c0fa3757d16363ab9cacb0a152275f9.tar.bz2 rtmux-72bc03ac4c0fa3757d16363ab9cacb0a152275f9.zip |
Sync OpenBSD patchset 535:
Destroy panes immediately rather than checking them all every loop.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.514 2009-11-13 16:58:24 tcunha Exp $ */ +/* $Id: tmux.h,v 1.515 2009-11-14 17:48:39 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1589,6 +1589,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 *); |