diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2020-02-21 10:57:10 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2020-02-21 10:57:21 +0100 |
commit | bf33f72d437dc603f13e53946a626e7d3c7836af (patch) | |
tree | de09f69830ddb11bc698457890556cffc3f0beb7 | |
parent | db33f3499cb1c74d56a521ea2d18084073b14840 (diff) | |
download | cygnal-bf33f72d437dc603f13e53946a626e7d3c7836af.tar.gz cygnal-bf33f72d437dc603f13e53946a626e7d3c7836af.tar.bz2 cygnal-bf33f72d437dc603f13e53946a626e7d3c7836af.zip |
Cygwin: add release message for NUL character bugs
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/3.1.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.5 b/winsup/cygwin/release/3.1.5 new file mode 100644 index 000000000..796fd2126 --- /dev/null +++ b/winsup/cygwin/release/3.1.5 @@ -0,0 +1,7 @@ +Bug Fixes: +---------- + +- Fix accidental evaluation of NUL (\0) characters in xterm console output. + Don't move cursor to the right in case of a NUL character in the console + output stream, this is not backed by terminfo. + Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00162.html |