Give clock mode its own timer.

This commit is contained in:
nicm
2015-08-28 12:25:42 +00:00
parent 75d10058a4
commit 6419f66523
5 changed files with 30 additions and 32 deletions

1
tmux.h
View File

@ -777,7 +777,6 @@ struct window_mode {
void (*resize)(struct window_pane *, u_int, u_int);
void (*key)(struct window_pane *, struct client *, struct session *,
int, struct mouse_event *);
void (*timer)(struct window_pane *);
};
/* Structures for choose mode. */