Terminal.ERASE_REST_OF_LINE

Command for erasing the rest of the line

Erases part of the line. If n is zero (or missing), clear from cursor to the end of the line. If n is one, clear from cursor to beginning of the line. If n is two, clear entire line. Cursor position does not change.

struct Terminal
enum istring ERASE_REST_OF_LINE;

Meta