summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorColin Leitner <colin.leitner@googlemail.com>2013-11-16 12:14:18 +0100
committerPádraig Brady <P@draigBrady.com>2013-11-17 12:26:12 +0000
commit4e37fc642f6dfda7b7d78531420355c9ad3a824d (patch)
treef28050354c4635bd0d4a3b63997289367eca61e7 /NEWS
parent91208453756bf0e86e25c2db35e481ac178f1255 (diff)
downloadcoreutils-4e37fc642f6dfda7b7d78531420355c9ad3a824d.tar.xz
stty: add support for mark/space parity
This adds support for using a constant or "stick" parity bit. * src/stty.c (usage): Mention the new flag. * tests/misc/stty.sh: Adjust for the new flag. * NEWS: Mention the improvement. * docs/coreutils.texi (stty invocation): Mention the new flag.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22fb81485..b6dab624c 100644
--- a/NEWS
+++ b/NEWS
@@ -105,6 +105,8 @@ GNU coreutils NEWS -*- outline -*-
split --line-bytes=SIZE, now only allocates memory as needed rather
than allocating SIZE bytes at program start.
+ stty now supports configuring "stick" (mark/space) parity where available.
+
** Build-related
factor now builds on aarch64 based systems [bug introduced in coreutils-8.20]