diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-17 20:37:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-17 20:37:03 +0000 |
commit | 0ca6f667e3e6f26e92db01ee2a769d0ba49509ca (patch) | |
tree | f9538add19095eefbcfb7aaaf4569e1cdfdb1491 /tmux.h | |
parent | 6f5150a943425d7d5d65ae443f956931fcb82d0b (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |