diff options
author | nicm <nicm> | 2015-08-28 12:25:42 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-08-28 12:25:42 +0000 |
commit | 6419f665237d4280966c298a38836b53746b8dcc (patch) | |
tree | 4f48104a789fea060ddb9b44fa91e3a6c21712f6 /tmux.h | |
parent | 75d10058a41d8e95dda126d460a119a9037e9345 (diff) | |
download | rtmux-6419f665237d4280966c298a38836b53746b8dcc.tar.gz rtmux-6419f665237d4280966c298a38836b53746b8dcc.tar.bz2 rtmux-6419f665237d4280966c298a38836b53746b8dcc.zip |
Give clock mode its own timer.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |