diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |