mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Add a helper function to open the terminal for attach-/new-session.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -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);
|
||||
|
Reference in New Issue
Block a user