cursor
\x1b[0J
erase cursor to end of screen
\x1b[1J
erase cursor to start of screen
\x1b[2J
erase entire screen
\x1b[3J
erase entire screen + scrollback
\x1b[0K
erase cursor to end of line
\x1b[1K
erase cursor to start of line
\x1b[2K
erase entire line