diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2019-03-31 19:36:23 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2019-03-31 19:37:55 +0200 |
commit | de3c82ee6d28be3aa72a9c4f6e498505af79c2f3 (patch) | |
tree | 9b1eb3e3356509174c3782789e369ae22f3721cd | |
parent | f4b47827cf87f055687a0c52a3485d42b3e2b941 (diff) | |
download | cygnal-de3c82ee6d28be3aa72a9c4f6e498505af79c2f3.tar.gz cygnal-de3c82ee6d28be3aa72a9c4f6e498505af79c2f3.tar.bz2 cygnal-de3c82ee6d28be3aa72a9c4f6e498505af79c2f3.zip |
Cygwin: Add console patches to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/3.1.0 | 9 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0 index 1f017bfd1..d55b65517 100644 --- a/winsup/cygwin/release/3.1.0 +++ b/winsup/cygwin/release/3.1.0 @@ -1,6 +1,10 @@ What's new: ----------- +- Add 24 bit color support using xterm compatibility mode in Windows 10 + 1703 or later. Add fake 24 bit color support for legacy console, + which uses the nearest color from 16 system colors. + What changed: ------------- @@ -12,3 +16,8 @@ What changed: Bug Fixes --------- + +- Fix select() on console in canonical mode. Return after one line is + completed, instead of when only one key is typed. + +- Make console I/O functions thread-safe. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index c87601e9d..829f81721 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -12,6 +12,12 @@ FIFOs can now be opened multiple times for writing. </para></listitem> +<listitem><para> +Add 24 bit color support using xterm compatibility mode in Windows 10 +1703 or later. Add fake 24 bit color support for legacy console, which +uses the nearest color from 16 system colors. +</para></listitem> + </itemizedlist> </sect2> |