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