aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
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;