Some extra logging to show why tmux might exit.

This commit is contained in:
nicm
2017-07-09 22:33:09 +00:00
parent bfaa885f10
commit 58b796608f
5 changed files with 11 additions and 10 deletions

2
tmux.h
View File

@ -2295,7 +2295,7 @@ struct session *session_find_by_id(u_int);
struct session *session_create(const char *, const char *, int, char **,
const char *, const char *, struct environ *,
struct termios *, int, u_int, u_int, char **);
void session_destroy(struct session *);
void session_destroy(struct session *, const char *);
void session_add_ref(struct session *, const char *);
void session_remove_ref(struct session *, const char *);
int session_check_name(const char *);