Cygwin: Add console patches to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-03-31 19:36:23 +02:00
parent f4b47827cf
commit de3c82ee6d
2 changed files with 15 additions and 0 deletions

View File

@ -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.

View File

@ -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>