summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-03-09 21:42:13 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-03-09 21:42:13 +0000
commit799f437effd83d8aaf03c82919e5acfbfa79230f (patch)
treecf46ab3e6fedc72a2c0a83ae578710cf5568d56b /tmux.h
parentbe63fef8728a3948ae58eb89ed0873a2327de25c (diff)
Remove some bits leftover from unused backoff code.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 3b60a983..69b777d8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -59,9 +59,6 @@ extern char **environ;
/* Automatic name refresh interval, in milliseconds. */
#define NAME_INTERVAL 500
-/* Maximum data to buffer for output before suspending writing to a tty. */
-#define BACKOFF_THRESHOLD 16384
-
/*
* Maximum sizes of strings in message data. Don't forget to bump
* PROTOCOL_VERSION if any of these change!
@@ -1048,7 +1045,6 @@ struct tty {
#define TTY_UTF8 0x8
#define TTY_STARTED 0x10
#define TTY_OPENED 0x20
-#define TTY_BACKOFF 0x40
int flags;
int term_flags;