Convert the key repeat timer to an event.

This commit is contained in:
Nicholas Marriott
2009-11-05 00:05:00 +00:00
parent 44d6a2c435
commit 80444436f3
2 changed files with 22 additions and 11 deletions

2
tmux.h
View File

@ -1056,7 +1056,7 @@ struct client {
char *cwd;
struct tty tty;
struct timeval repeat_timer;
struct event repeat_timer;
struct timeval status_timer;
struct jobs status_jobs;