diff options
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 *); |