diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-05 00:05:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-05 00:05:00 +0000 |
commit | 80444436f36724cc8ef306391b5b18be604109c8 (patch) | |
tree | e5f966268ebee00a455e410c7c34fd2860e2be68 /tmux.h | |
parent | 44d6a2c435ab68df25ed7b14473e6f69870e8a9a (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |