Sync OpenBSD patchset 1111:

Add a helper function to open the terminal for attach-/new-session.
This commit is contained in:
Tiago Cunha
2012-05-12 15:00:19 +00:00
parent 2f0db58777
commit 1340c012b0
4 changed files with 25 additions and 19 deletions

1
tmux.h
View File

@ -1719,6 +1719,7 @@ void server_add_accept(int);
/* server-client.c */
void server_client_create(int);
int server_client_open(struct client *, struct session *, char **);
void server_client_lost(struct client *);
void server_client_callback(int, short, void *);
void server_client_status_timer(void);