Sync OpenBSD patchset 1045:

Remove some bits leftover from unused backoff code.
This commit is contained in:
Tiago Cunha
2012-03-18 01:33:56 +00:00
parent 1fdac2adf1
commit 166681eee9
3 changed files with 1 additions and 6 deletions

2
tty.c
View File

@ -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;