summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-01-21 18:11:06 +0000
committerPádraig Brady <P@draigBrady.com>2015-01-24 01:06:59 +0000
commited38d9d1cea592324de8133890789a3195d1b14d (patch)
tree980e533705bfb7623a9adc2e348b2328319b5b90 /NEWS
parentcdd21d31a3fdd4ffd7a90fa3b43fb7f1c08d8f6d (diff)
downloadcoreutils-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e0a2893cb..73314d749 100644
--- a/NEWS
+++ b/NEWS
@@ -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