clearToEnd method
Clears from the cursor to the end of the screen.
Implementation
@override
void clearToEnd() {
if (supportsAnsi) write(Ansi.clearScreenToEnd);
}
Clears from the cursor to the end of the screen.
@override
void clearToEnd() {
if (supportsAnsi) write(Ansi.clearScreenToEnd);
}