Open PyDever opened 6 years ago
instead of using an array to store the position of the cursor
term.move([2,4,2])
use ansi codes
sys.stderr.write("\1xb[2:3B\1xb")
well correction, use the same method
but make it a wrapper to the ANSI instead of printing blanks
instead of using an array to store the position of the cursor
use ansi codes