Terminal control/Hiding the cursor: Difference between revisions

Added BBC BASIC
(Added BBC BASIC)
Line 31:
'show the cursor:
LOCATE , , 1</lang>
 
=={{header|BBC BASIC}}==
<lang bbcbasic> OFF : REM Hide the cursor (caret)
WAIT 400
ON : REM Show the cursor again</lang>
 
=={{header|C}}==
Line 56 ⟶ 61:
}
</lang>
 
=={{header|Locomotive Basic}}==
<lang locobasic>10 CURSOR 0: REM hide cursor