mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Make it so using kill-pane to destroy the last pane in a window destroys the
window instead of being an error.
This commit is contained in:
3
tmux.h
3
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.370 2009-07-18 11:06:09 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.371 2009-07-18 11:07:14 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -1283,6 +1283,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 *);
|
||||
|
Reference in New Issue
Block a user