]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stty: support "flusho" local setting
authorPádraig Brady <P@draigBrady.com>
Wed, 6 Jan 2016 15:50:11 +0000 (15:50 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 6 Jan 2016 16:04:19 +0000 (16:04 +0000)
commit3d7b822e4a660e6804963d8e5ac0cdca2aeb3497
treeb977d71b2148b2f5a6f9329f1da8ecbcd2716f05
parentcb7d8b90a213c0186a8c8ba66da959e1f5930e78
stty: support "flusho" local setting

This is used to discard terminal output on FreeBSD based systems.

* src/stty.c (mode_info): Add FLUSHO where supported.
(usage): Document for "local" and "combination" settings.
* doc/coreutils.texi (local stty settings): Document,
mentioning that this option is supported but ignored on GNU/Linux.
doc/coreutils.texi
src/stty.c