clearToStart method

  1. @override
void clearToStart()
override

Clears from the cursor to the beginning of the screen.

Implementation

@override
void clearToStart() {
  if (supportsAnsi) write(Ansi.clearScreenToStart);
}