diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-05 08:48:15 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-05 08:48:15 +0000 |
commit | 38e13942ac3fea4f900a84b19d0a987889230c79 (patch) | |
tree | ead6ec0fc2956c4b1dd3522ee68750070356583d /tmux.h | |
parent | b58bf49e913e61a4991c35257dd82e5dd4c907a2 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |