Terminal control/Hiding the cursor: Difference between revisions

added FunL
m (→‎Ncurses: add libheader)
(added FunL)
Line 77:
System.Threading.Thread.Sleep(5000);
}</lang>
 
=={{header|FunL}}==
<lang funl>import time.*
import console.*
 
hide()
sleep( 2 Second )
show()</lang>
 
=={{header|Go}}==
Anonymous user