Add a helper function to open the terminal for attach-/new-session.

This commit is contained in:
Nicholas Marriott
2012-05-06 07:38:17 +00:00
parent 218b692221
commit 37f9bb46d8
4 changed files with 25 additions and 19 deletions

1
tmux.h
View File

@ -1723,6 +1723,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);