cursOn

Show blinking text cursor on display.

Syntax:
cursOn

Example:
printS("press any key to show cursor")
waitkey
cursOn
locate(0,3)
printS("press esc to quit")
fprints("do you see cursor blinking? ")
waitkey(k_esc)