mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Merge branch 'obsd-master'
This commit is contained in:
4
tmux.h
4
tmux.h
@ -2422,7 +2422,9 @@ 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 *);
|
||||
void server_kill_window(struct window *, int);
|
||||
void server_renumber_session(struct session *);
|
||||
void server_renumber_all(void);
|
||||
int server_link_window(struct session *,
|
||||
struct winlink *, struct session *, int, int, int, char **);
|
||||
void server_unlink_window(struct session *, struct winlink *);
|
||||
|
Reference in New Issue
Block a user