Sends an ANSI command to clear all text from the terminal and resets the cursor position and text style.
Note that the writer has to be flushed after this.
Sends an ANSI command to move the cursor to a position. Useful after calling draw() to move the terminal prompt to a desired location.
Note that the writer has to be flushed after this.