summaryrefslogtreecommitdiffstats
path: root/tty.c
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 /tty.c
parentbe63fef8728a3948ae58eb89ed0873a2327de25c (diff)
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 bbe2f1da..81c964b4 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;