aboutsummaryrefslogtreecommitdiff
path: root/tty.c
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 /tty.c
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 'tty.c')
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index b1034304..c2b75cc8 100644
--- a/tty.c
+++ b/tty.c
@@ -627,7 +627,7 @@ tty_write(
if (s->curw->window == wp->window) {
if (c->tty.term == NULL)
continue;
- if (c->tty.flags & (TTY_FREEZE|TTY_BACKOFF))
+ if (c->tty.flags & TTY_FREEZE)
continue;
oo = &s->options;