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>2010-02-25 19:27:39 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-02-25 19:27:39 +0300
commitf88331443b08607ef17b036a0587100981d1774f (patch)
tree262efcad06ce7977ca8c0e8527010df8287991ae
parent7c3c3fea6d91b85b76281ad398e9aba1f2f2c92a (diff)
* new-features.sgml (ov-new1.7.2): Move stty erase support into
correct category. Change "console window" to "Windows console".
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.sgml10
2 files changed, 10 insertions, 5 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 66412551b..a13a4bf0c 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-25 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.2): Move stty erase support into
+ correct category. Change "console window" to "Windows console".
+
2010-02-17 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.2): Accommodate name change of getlocale
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 1e960c315..9cfcc8fd8 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -66,10 +66,6 @@
New strfmon(3) call.
</para></listitem>
- <listitem><para>
- The console's backspace keycode can be changed using 'stty erase'.
- </para></listitem>
-
</itemizedlist>
</listitem>
@@ -80,11 +76,15 @@ flag F_DUPFD_CLOEXEC. Support socket flags SOCK_CLOEXEC and SOCK_NONBLOCK.
Add new Linux-compatible API calls accept4(2), dup3(2), and pipe2(2).
</para></listitem>
-<listitem><para>Enhanced console window support.</para>
+<listitem><para>Enhanced Windows console support.</para>
<itemizedlist mark="bullet">
<listitem><para>
+ The console's backspace keycode can be changed using 'stty erase'.
+ </para></listitem>
+
+ <listitem><para>
Function keys send distinguished escape sequences compatible with rxvt.
Keypad keys send distinguished escape sequences, xterm-style.
</para></listitem>