RosettaCodeData/Task/Terminal-control-Hiding-the-cursor/FreeBASIC/terminal-control-hiding-the-cursor.basic
2023-07-01 13:44:08 -04:00

7 lines
135 B
Text

Locate , , 0 'Hide the cursor
Sleep 500 'waiting half second or a keypress...
Locate , , 1 'Show the cursor again
Sleep