]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Add console patches to release notes
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 31 Mar 2019 17:36:23 +0000 (19:36 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 31 Mar 2019 17:37:55 +0000 (19:37 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/release/3.1.0
winsup/doc/new-features.xml

index 1f017bfd17dd53c8657ff0eec991bc6d1354934a..d55b655178ef50603abe9b2e3815cf0c8ee9eee6 100644 (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.
index c87601e9d7b1064d504ff222461bedc6827fbf93..829f817215aea0a2fedf7b22ba4b7514b4762798 100644 (file)
 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>
This page took 0.034965 seconds and 5 git commands to generate.