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:
3
tmux.h
3
tmux.h
@ -825,6 +825,7 @@ struct window_mode {
|
||||
void (*key)(struct window_pane *, struct client *, struct session *,
|
||||
key_code, struct mouse_event *);
|
||||
};
|
||||
#define WINDOW_MODE_TIMEOUT 180
|
||||
|
||||
/* Structures for choose mode. */
|
||||
struct window_choose_data {
|
||||
@ -907,6 +908,8 @@ struct window_pane {
|
||||
|
||||
const struct window_mode *mode;
|
||||
void *modedata;
|
||||
struct event modetimer;
|
||||
time_t modelast;
|
||||
|
||||
TAILQ_ENTRY(window_pane) entry;
|
||||
RB_ENTRY(window_pane) tree_entry;
|
||||
|
Reference in New Issue
Block a user