RosettaCodeData/Task/Terminal-control-Hiding-the-cursor/FreeBASIC/terminal-control-hiding-the-cursor.basic

8 lines
135 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Locate , , 0 'Hide the cursor
Sleep 500 'waiting half second or a keypress...
Locate , , 1 'Show the cursor again
Sleep