From 5ac6ea61bde2162ec98b870d47a92d954818d7c5 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 8 Nov 2009 23:27:58 +0000 Subject: Sync OpenBSD patchset 509: Now all timers are events, there is no longer any need to wake up every 50 ms - only wake up when an event happens. --- tmux.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 9c574dd7..e8734862 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.508 2009-11-08 23:26:56 tcunha Exp $ */ +/* $Id: tmux.h,v 1.509 2009-11-08 23:27:58 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -61,9 +61,6 @@ extern char **environ; /* Escape timer period, in milliseconds. */ #define ESCAPE_PERIOD 500 -/* Maximum poll timeout (when attached). */ -#define POLL_TIMEOUT 50 - /* Maximum data to buffer for output before suspending reading from panes. */ #define BACKOFF_THRESHOLD 1024 -- cgit