aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 4603af4d..d33cb634 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1074,10 +1074,10 @@ struct client {
#define CLIENT_DEAD 0x200
int flags;
- struct timeval identify_timer;
+ struct event identify_timer;
char *message_string;
- struct timeval message_timer;
+ struct event message_timer;
char *prompt_string;
char *prompt_buffer;