Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-08-29 14:56:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-08-29 14:56:43 +0300
commit483fb49ea0a3f5ad14c71f672c72d43a692e2957 (patch)
treebf59582f26396b0fc743263aaa797ab1d1310221 /winsup/doc/new-features.xml
parent169d65a5774acc76ce3f3feeedcbae7405aa9b57 (diff)
Cygwin: add W10 pseudo console support to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml19
1 files changed, 13 insertions, 6 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 5fee581e7..118e37821 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -9,12 +9,6 @@
<itemizedlist mark="bullet">
<listitem><para>
-Eliminate a header file name collision with &lt;X11/XLocale.h&gt; on
-case insensitive filesystems by reverting &lt;xlocale.h&gt; back to
-&lt;sys/_locale.h&gt;.
-</para></listitem>
-
-<listitem><para>
FIFOs can now be opened multiple times for writing.
</para></listitem>
@@ -25,6 +19,19 @@ uses the nearest color from 16 system colors.
</para></listitem>
<listitem><para>
+Support pseudo console in PTY. Pseudo console is a new feature
+in Windows 10 1809, which provides console APIs on virtual
+terminal. With this patch, native console applications can work
+in PTYs such as mintty, ssh, gnu screen or tmux.
+</para></listitem>
+
+<listitem><para>
+Eliminate a header file name collision with &lt;X11/XLocale.h&gt; on
+case insensitive filesystems by reverting &lt;xlocale.h&gt; back to
+&lt;sys/_locale.h&gt;.
+</para></listitem>
+
+<listitem><para>
If a SA_SIGINFO signal handler changes the ucontext_t pointed to by the
third parameter, follow it after returning from the handler.
</para></listitem>