aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-05 08:48:15 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-05 08:48:15 +0000
commit38e13942ac3fea4f900a84b19d0a987889230c79 (patch)
treeead6ec0fc2956c4b1dd3522ee68750070356583d /tmux.h
parentb58bf49e913e61a4991c35257dd82e5dd4c907a2 (diff)
downloadrtmux-38e13942ac3fea4f900a84b19d0a987889230c79.tar.gz
rtmux-38e13942ac3fea4f900a84b19d0a987889230c79.tar.bz2
rtmux-38e13942ac3fea4f900a84b19d0a987889230c79.zip
Now all timers are events, there is no longer any need to wake up every 50 ms -
only wake up when an event happens.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
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