Terminal control/Cursor positioning: Difference between revisions

Content deleted Content added
J
Line 125: Line 125:
</lang>
</lang>


=={{header|Perl 6}}==
Assuming an ANSI terminal:
<lang perl6>print "\e[6;3H";
print 'Hello';</lang>
=={{header|PicoLisp}}==
=={{header|PicoLisp}}==
<lang PicoLisp>(call 'tput "cup" 6 3)
<lang PicoLisp>(call 'tput "cup" 6 3)