aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-05 00:05:00 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-05 00:05:00 +0000
commit80444436f36724cc8ef306391b5b18be604109c8 (patch)
treee5f966268ebee00a455e410c7c34fd2860e2be68 /tmux.h
parent44d6a2c435ab68df25ed7b14473e6f69870e8a9a (diff)
downloadrtmux-80444436f36724cc8ef306391b5b18be604109c8.tar.gz
rtmux-80444436f36724cc8ef306391b5b18be604109c8.tar.bz2
rtmux-80444436f36724cc8ef306391b5b18be604109c8.zip
Convert the key repeat timer to an event.
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;