mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Merge branch 'obsd-master'
This commit is contained in:
4
tmux.h
4
tmux.h
@ -997,6 +997,8 @@ struct session {
|
||||
struct timeval activity_time;
|
||||
struct timeval last_activity_time;
|
||||
|
||||
struct event lock_timer;
|
||||
|
||||
u_int sx;
|
||||
u_int sy;
|
||||
|
||||
@ -2252,7 +2254,7 @@ struct session *session_create(const char *, int, char **, const char *,
|
||||
void session_destroy(struct session *);
|
||||
void session_unref(struct session *);
|
||||
int session_check_name(const char *);
|
||||
void session_update_activity(struct session *);
|
||||
void session_update_activity(struct session *, struct timeval *);
|
||||
struct session *session_next_session(struct session *);
|
||||
struct session *session_previous_session(struct session *);
|
||||
struct winlink *session_new(struct session *, const char *, int, char **,
|
||||
|
Reference in New Issue
Block a user