aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-18 01:33:56 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-18 01:33:56 +0000
commit166681eee9bd4fc7062e8ddbddffd0d46784bd87 (patch)
tree5ba8211dbc8a6323ec441f3aaa1aea1d520f6a93 /tmux.h
parent1fdac2adf1b59208385ec9f17e0ae1ab48b2c686 (diff)
downloadrtmux-166681eee9bd4fc7062e8ddbddffd0d46784bd87.tar.gz
rtmux-166681eee9bd4fc7062e8ddbddffd0d46784bd87.tar.bz2
rtmux-166681eee9bd4fc7062e8ddbddffd0d46784bd87.zip
Sync OpenBSD patchset 1045:
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 611cf5c3..ed34cbe8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -55,9 +55,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!
@@ -1044,7 +1041,6 @@ struct tty {
#define TTY_UTF8 0x8
#define TTY_STARTED 0x10
#define TTY_OPENED 0x20
-#define TTY_BACKOFF 0x40
int flags;
int term_flags;