diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-01-21 18:11:06 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-01-24 01:06:59 +0000 |
commit | ed38d9d1cea592324de8133890789a3195d1b14d (patch) | |
tree | 980e533705bfb7623a9adc2e348b2328319b5b90 /NEWS | |
parent | cdd21d31a3fdd4ffd7a90fa3b43fb7f1c08d8f6d (diff) | |
download | coreutils-ed38d9d1cea592324de8133890789a3195d1b14d.tar.xz |
stty: add support for extproc/LINEMODE
Add support for the "extproc" option which is well described at:
http://lists.gnu.org/archive/html/bug-readline/2011-01/msg00004.html
* src/stty.c (usage): Describe the extproc option if either the
Linux EXTPROC local option is defined, or the equivalent
BSD TIOCEXT ioctl is defined.
(main): Make the separate ioctl call for extproc on BSD.
* doc/coreutils.texi (stty invocation): Describe the option,
and reference the related RFC 1116.
* NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ GNU coreutils NEWS -*- outline -*- split accepts a new --separator option to select a record separator character other than the default newline character. + stty allows setting the "extproc" option where supported, which is + a useful setting with high latency links. + ** Changes in behavior df no longer suppresses separate exports of the same remote device, as |