Terminal control/Hiding the cursor: Difference between revisions

m
sorry for (accidentally) messing up ...
m (sorry for (accidentally) messing up ...)
Line 304:
Print("press [Enter] to continue ... ") : Input()
EndIf</lang>
 
=={{header|Racket}}==
<lang racket>
#lang racket
(void (system "tput civis")) (sleep 2) (void (system "tput cvvis"))
</lang>
 
=={{header|REXX}}==
6

edits