* new-features.sgml (ov-new1.7.18): Add console enhancements.

This commit is contained in:
Corinna Vinschen 2013-01-12 19:11:11 +00:00
parent 38305196bf
commit cdc1925e02
2 changed files with 23 additions and 0 deletions

View File

@ -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

View File

@ -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.