Clears the terminal screen.
@override void clear() { FfiWrite.instance.writeString('\x1b[2J\x1b[H'); }