* new-features.sgml (ov-new1.7.18): Add console enhancements.
This commit is contained in:
parent
38305196bf
commit
cdc1925e02
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue