cursOff

Hide blinking text cursor.

Syntax:
cursOff

Example:
cursOn
fprints("press any key to hide cursor")
waitkey
cursOff
locate(0,3)
prints("press esc to quit ")
waitkey(k_esc)