Name
ShowConsoleCursor -- show console cursor (V10.0)
Synopsis
ShowConsoleCursor([normal])
Platforms
Linux, macOS, Windows

Function
This function can be used to show the console cursor. The optional 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.

Inputs
normal
optional: whether to show the normal or the block cursor (defaults to True, which means show the normal cursor)

Show TOC