mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 17:19:19 +02:00
* 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:
parent
504e0c6816
commit
16b47d4e07
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user