aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-17 20:37:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-17 20:37:03 +0000
commit0ca6f667e3e6f26e92db01ee2a769d0ba49509ca (patch)
treef9538add19095eefbcfb7aaaf4569e1cdfdb1491 /tmux.h
parent6f5150a943425d7d5d65ae443f956931fcb82d0b (diff)
downloadrtmux-0ca6f667e3e6f26e92db01ee2a769d0ba49509ca.tar.gz
rtmux-0ca6f667e3e6f26e92db01ee2a769d0ba49509ca.tar.bz2
rtmux-0ca6f667e3e6f26e92db01ee2a769d0ba49509ca.zip
Make it so using kill-pane to destroy the last pane in a window destroys the
window instead of being an error.
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 2a0412ba..d6bfcc4b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1284,6 +1284,7 @@ void server_redraw_window(struct window *);
void server_status_window(struct window *);
void server_lock(void);
int server_unlock(const char *);
+void server_kill_window(struct window *);
/* status.c */
int status_redraw(struct client *);