Report better error from server when socket create fails, GitHub issue

1201.
This commit is contained in:
nicm
2017-12-19 15:00:39 +00:00
parent 62144b9f57
commit b20a00f93e
4 changed files with 49 additions and 16 deletions

2
tmux.h
View File

@ -1885,7 +1885,7 @@ void server_client_set_key_table(struct client *, const char *);
const char *server_client_get_key_table(struct client *);
int server_client_check_nested(struct client *);
void server_client_handle_key(struct client *, key_code);
void server_client_create(int);
struct client *server_client_create(int);
int server_client_open(struct client *, char **);
void server_client_unref(struct client *);
void server_client_lost(struct client *);