summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-06 14:40:03 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-06 15:20:49 +0000
commitcb7d8b90a213c0186a8c8ba66da959e1f5930e78 (patch)
tree7c71619d355e0e4b57d59aec837924d840b85f13 /NEWS
parent5171befcb122b12677f60715603be091625a9e08 (diff)
downloadcoreutils-cb7d8b90a213c0186a8c8ba66da959e1f5930e78.tar.xz
stty: support [-]drain setting to control waiting for pending Tx
Instead of commit v8.24-132-g5171bef which only provides control to disable this behavior (with -I), provide the symmetrical "[-]drain" special setting. * src/stty.c (main): Parse the [-]drain setting instead of -I, and treat like a global option. (usage): Adjust accordingly. * tests/misc/stty.sh: Test "drain" with and without options. * NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 756042b3e..6e48a5365 100644
--- a/NEWS
+++ b/NEWS
@@ -47,8 +47,8 @@ GNU coreutils NEWS -*- outline -*-
is reusable by most shells, with non-printable characters escaped
with the POSIX proposed $'...' syntax.
- stty now supports the -I, --immediate option, to apply settings
- without waiting for transmission of any pending output.
+ stty now supports the "[-]drain" setting to control whether to wait
+ for transmission of pending output before application of settings.
** Changes in behavior