diff options
-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 |