Terminal control/Hiding the cursor: Difference between revisions

→‎{{header|Wren}}: Updated to v0.4.0.
(Added Arturo implementation)
(→‎{{header|Wren}}: Updated to v0.4.0.)
Line 498:
<lang ecmascript>import "timer" for Timer
 
System.print("\x1be[?25l")
Timer.sleep(3000)
System.print("\x1be[?25h")
Timer.sleep(3000)</lang>
 
9,485

edits