aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
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;