Cursor positioning

Assuming an ANSI terminal:

print "\e[6;3H";
print 'Hello';

Last updated

Was this helpful?