Use timeout events for the identify and message timers.

This commit is contained in:
Nicholas Marriott
2009-11-04 23:29:42 +00:00
parent b3c4956efe
commit b1264a7416
4 changed files with 32 additions and 16 deletions

4
tmux.h
View File

@ -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;