From 799f437effd83d8aaf03c82919e5acfbfa79230f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 9 Mar 2012 21:42:13 +0000 Subject: Remove some bits leftover from unused backoff code. --- tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tty.c') 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; -- cgit