eraseCursorToEnd method

void eraseCursorToEnd()

Erases the current line from the cursor to the end of the line.

Implementation

void eraseCursorToEnd() => stdout.write(ansiEraseCursorToEnd);