clearToStart method
Clears from the cursor to the beginning of the screen.
Implementation
@override
void clearToStart() {
if (supportsAnsi) write(Ansi.clearScreenToStart);
}
Clears from the cursor to the beginning of the screen.
@override
void clearToStart() {
if (supportsAnsi) write(Ansi.clearScreenToStart);
}