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>2013-01-12 23:11:11 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-01-12 23:11:11 +0400
commitcdc1925e021287aca3be485ad1059ce3e244e2c1 (patch)
treee2f58d77f3a59f17961749411e21f889f7ffdd42
parent38305196bf69c2aaf7ad310b96bbdfe929ef24d3 (diff)
* new-features.sgml (ov-new1.7.18): Add console enhancements.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml19
2 files changed, 23 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 72f14df0f..46bbbd267 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-12 Thomas Wolff <towo@towo.net>
+
+ * new-features.sgml (ov-new1.7.18): Add console enhancements.
+
2012-12-20 Corinna Vinschen <corinna@vinschen.de>
* pathnames.sgml (pathnames-at): Drop confusing description on
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 2c3e4707b..ab0e452d1 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -4,6 +4,25 @@
<itemizedlist mark="bullet">
+<listitem><para>Added Windows console cursor appearance support.</para>
+
+ <itemizedlist mark="bullet">
+
+ <listitem><para>
+ Show/Hide Cursor mode (DECTCEM): "ESC[?25h" / "ESC[?25l"
+ </para></listitem>
+
+ <listitem><para>
+ Set cursor style (DECSCUSR): "ESC[n q" (note the space before the q);
+ where n is 0, 1, 2 for block cursor, 3, 4 for underline cursor (all
+ disregarding blinking mode), or > 4 to set the cursor height to a
+ percentage of the cell height.
+ </para></listitem>
+
+ </itemizedlist>
+
+</listitem>
+
<listitem><para>
For performance reasons, Cygwin does not try to create sparse files
automatically anymore, unless you use the new "sparse" mount option.