aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 23:11:23 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 23:11:23 +0000
commit02438c01b72f0cf1c22d45d84d7dea808cc548d1 (patch)
treeac8f7e4ee9d8fa56b3d0de4e9c15835fca52d41b /tmux.h
parentbee17719d8212fa3ff87b4059727849bd3c807b2 (diff)
downloadrtmux-02438c01b72f0cf1c22d45d84d7dea808cc548d1.tar.gz
rtmux-02438c01b72f0cf1c22d45d84d7dea808cc548d1.tar.bz2
rtmux-02438c01b72f0cf1c22d45d84d7dea808cc548d1.zip
Sync OpenBSD patchset 504:
Use timeout events for the identify and message timers.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index c445b30d..f34aba7b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.503 2009-11-08 23:09:36 tcunha Exp $ */
+/* $Id: tmux.h,v 1.504 2009-11-08 23:11:23 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1073,10 +1073,10 @@ struct client {
#define CLIENT_DEAD 0x200
int flags;
- struct timeval identify_timer;
+ struct event identify_timer;
char *message_string;
- struct timeval message_timer;
+ struct event message_timer;
char *prompt_string;
char *prompt_buffer;