clearToEnd method

  1. @override
void clearToEnd()
override

Clears from the cursor to the end of the screen.

Implementation

@override
void clearToEnd() {
  if (supportsAnsi) write(Ansi.clearScreenToEnd);
}