From 80444436f36724cc8ef306391b5b18be604109c8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 5 Nov 2009 00:05:00 +0000 Subject: Convert the key repeat timer to an event. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 39072a65..f3263f4a 100644 --- a/tmux.h +++ b/tmux.h @@ -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; -- cgit