* patch by Nikolay Nikolov to use a hardware block cursor on the

linux console, resolves #19259

git-svn-id: trunk@17516 -
This commit is contained in:
florian 2011-05-20 20:39:43 +00:00
parent 504e0c6816
commit 16b47d4e07

View File

@ -127,7 +127,7 @@ const term_codes_ansi:Ttermcodes=
#$1B#$5B#$48, {cursor_home}
#$1B'[?25h'#$1B'[?0c', {cursor_normal}
#$1B'[?0c', {cursor visible, underline}
#$1B'[?17;0;127c', {cursor visible, block}
#$1B'[?6c', {cursor visible, block}
#$1B'[?1c', {cursor_invisible}
nil, {enter_ca_mode}
nil, {exit_ca_mode}