--- sav/new-features.sgml 2012-12-15 18:42:18.000000000 +0100 +++ ./new-features.sgml 2013-01-11 14:53:22.063814100 +0100 @@ -4,6 +4,25 @@ +Added Windows console cursor appearance support. + + + + + Show/Hide Cursor mode (DECTCEM): "ESC[?25h" / "ESC[?25l" + + + + 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. + + + + + + For performance reasons, Cygwin does not try to create sparse files automatically anymore, unless you use the new "sparse" mount option.