mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Report better error from server when socket create fails, GitHub issue
1201.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -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 *);
|
||||
|
Reference in New Issue
Block a user