From c6975b3bb46c35f8b41d934fd622033aa79a828c Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 10 Apr 2018 10:48:44 +0000 Subject: Add x and X to choose-tree (with a confirmation prompt) to kill an item. Suggested by Matt Zagrabelny. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index aa3ba3d1..9c901bd5 100644 --- a/tmux.h +++ b/tmux.h @@ -1920,6 +1920,7 @@ void server_status_window(struct window *); void server_lock(void); void server_lock_session(struct session *); void server_lock_client(struct client *); +void server_kill_pane(struct window_pane *); void server_kill_window(struct window *); int server_link_window(struct session *, struct winlink *, struct session *, int, int, int, char **); -- cgit