diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-05-06 07:38:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-05-06 07:38:17 +0000 |
commit | 37f9bb46d815e8ba6377c3435d72c052267831ed (patch) | |
tree | 9dc322b5aed567b82b0b4ac1c1b7f5d1f028bb03 /tmux.h | |
parent | 218b692221b9dd675275ec353364910dfc072151 (diff) | |
download | rtmux-37f9bb46d815e8ba6377c3435d72c052267831ed.tar.gz rtmux-37f9bb46d815e8ba6377c3435d72c052267831ed.tar.bz2 rtmux-37f9bb46d815e8ba6377c3435d72c052267831ed.zip |
Add a helper function to open the terminal for attach-/new-session.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |