diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 01:33:56 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 01:33:56 +0000 |
commit | 166681eee9bd4fc7062e8ddbddffd0d46784bd87 (patch) | |
tree | 5ba8211dbc8a6323ec441f3aaa1aea1d520f6a93 /tty.c | |
parent | 1fdac2adf1b59208385ec9f17e0ae1ab48b2c686 (diff) | |
download | rtmux-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |