ShowConsoleCursor([normal])
normal argument
can be used to set whether you'd like to have the normal or the block cursor. If normal
is set to True, the normal cursor will be shown. If it is set to False, the block
cursor will be used. By default, ShowConsoleCursor() will show the normal cursor.
You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.
True,
which means show the normal cursor)