Hides the terminal cursor.
@override void hideCursor() { FfiWrite.instance.writeString('\x1b[?25l'); }