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

7 lines
92 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
'hide the cursor:
LOCATE , , 0
'wait for a keypress...
SLEEP
'show the cursor:
LOCATE , , 1