mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Some extra logging to show why tmux might exit.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -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 *);
|
||||
|
Reference in New Issue
Block a user