@override void cursorPrecedingLine(int amount) { _buffer.moveCursorY(-amount); _buffer.setCursorX(0); }