instead of using an array to store the position of the cursor ```python term.move([2,4,2]) ``` use ansi codes ```python sys.stderr.write("\1xb[2:3B\1xb") ```
instead of using an array to store the position of the cursor
use ansi codes