mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Add next_session_id format with the next session ID, GitHub issue 3078.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -3118,6 +3118,7 @@ void control_notify_session_window_changed(struct session *);
|
||||
|
||||
/* session.c */
|
||||
extern struct sessions sessions;
|
||||
extern u_int next_session_id;
|
||||
int session_cmp(struct session *, struct session *);
|
||||
RB_PROTOTYPE(sessions, session, entry, session_cmp);
|
||||
int session_alive(struct session *);
|
||||
|
Reference in New Issue
Block a user