diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-05-12 15:00:19 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-05-12 15:00:19 +0000 |
commit | 1340c012b05695fea9e2ee9d07b477c7d8150129 (patch) | |
tree | 00f7fb1e4442dbe47b7a67a4a791a9b287f92e32 /tmux.h | |
parent | 2f0db58777e2293d0aa6d96c1d59660b541ee2db (diff) | |
download | rtmux-1340c012b05695fea9e2ee9d07b477c7d8150129.tar.gz rtmux-1340c012b05695fea9e2ee9d07b477c7d8150129.tar.bz2 rtmux-1340c012b05695fea9e2ee9d07b477c7d8150129.zip |
Sync OpenBSD patchset 1111:
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
@@ -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); |