summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2018-04-10 10:48:44 +0000
committernicm <nicm@openbsd.org>2018-04-10 10:48:44 +0000
commitd0ca3a30a8bb1e85c9d82163aa5580bc9e8f7084 (patch)
tree5492753bd983d3e115fd3215a53e3492d22b5a26 /usr.bin/tmux/tmux.h
parentDo not call logwakeup(), ending in wakeup_n(), while holding a mutex. (diff)
downloadwireguard-openbsd-d0ca3a30a8bb1e85c9d82163aa5580bc9e8f7084.tar.xz
wireguard-openbsd-d0ca3a30a8bb1e85c9d82163aa5580bc9e8f7084.zip
Add x and X to choose-tree (with a confirmation prompt) to kill an
item. Suggested by Matt Zagrabelny.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index fb86209cf54..d07f1fdf7ff 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.822 2018/03/16 15:15:39 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.823 2018/04/10 10:48:44 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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 **);