eraseLine (EL) clears the current line or parts of the line. Possible values:
0: Clear from cursor to end of line. 1: Clear from cursor to beginning of the line. 2: Clear entire line.
The cursor position is not affected.
``` CSI <n> K ```
https://vt100.net/docs/vt510-rm/EL.html
eraseLine (EL) clears the current line or parts of the line. Possible values:
The cursor position is not affected.