Terminal control/Hiding the cursor: Difference between revisions

(Added Befunge example.)
Line 240:
sleep 5;
run 'tput', 'cvvis';</lang>
 
=={{header|Phix}}==
<lang Phix>cursor(NO_CURSOR)
sleep(1)
cursor(UNDERLINE_CURSOR)</lang>
 
=={{header|PicoLisp}}==
7,806

edits