aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 23:24:59 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 23:24:59 +0000
commitac6092c27fa622671b7a83ec557ba09b5ff83e59 (patch)
tree97ec77d3305d88f2b8b815aaf6934e52fb6b0b49 /tmux.h
parent81336d6bb0684b3bce25f4f9de937c8959753ed8 (diff)
downloadrtmux-ac6092c27fa622671b7a83ec557ba09b5ff83e59.tar.gz
rtmux-ac6092c27fa622671b7a83ec557ba09b5ff83e59.tar.bz2
rtmux-ac6092c27fa622671b7a83ec557ba09b5ff83e59.zip
Sync OpenBSD patchset 507:
Convert the key repeat timer to an event.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 99b6c71e..874fd309 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.506 2009-11-08 23:22:24 tcunha Exp $ */
+/* $Id: tmux.h,v 1.507 2009-11-08 23:24:59 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1055,7 +1055,7 @@ struct client {
char *cwd;
struct tty tty;
- struct timeval repeat_timer;
+ struct event repeat_timer;
struct timeval status_timer;
struct jobs status_jobs;