From 38e13942ac3fea4f900a84b19d0a987889230c79 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 5 Nov 2009 08:48:15 +0000 Subject: 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 | 3 --- 1 file changed, 3 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index f1b0f7ac..40bd238b 100644 --- a/tmux.h +++ b/tmux.h @@ -62,9 +62,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