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:
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>2021-02-18 12:02:42 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-02-19 19:58:15 +0300
commitb07b5829f24830d1ad96ff925dde1b2338c079d9 (patch)
tree1618da2b198fbc242f3e6abeba66274b85b4680f /winsup/doc
parent48285aa36c2c70115e17dacafd83c90e23e8f575 (diff)
Cygwin: Add console fix regarding Ctrl-Z etc. to release notes.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index e5b576b55..db7f35168 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -20,6 +20,14 @@ thrd_detach, thrd_equal, thrd_exit, thrd_join, thrd_sleep, thrd_yield,
tss_create, tss_delete, tss_get, tss_set.
</para></listitem>
+<listitem><para>
+In cygwin console, new thread which handles special keys/signals such
+as Ctrl-Z (VSUSP), Ctrl-\ (VQUIT), Ctrl-S (VSTOP), Ctrl-Q (VSTART) and
+SIGWINCH has been introduced. There have been a long standing issue
+that these keys/signals are handled only when app calls read() or
+select(). Now, these work even if app does not call read() or select().
+</para></listitem>
+
</itemizedlist>
</sect2>