Clears the current line.
@override void clearLine() { if (supportsAnsi) write('${Ansi.clearLine}\r'); }