Now all timers are events, there is no longer any need to wake up every 50 ms -

only wake up when an event happens.
This commit is contained in:
Nicholas Marriott
2009-11-05 08:48:15 +00:00
parent b58bf49e91
commit 38e13942ac
2 changed files with 1 additions and 9 deletions

3
tmux.h
View File

@ -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