private void erasePrompt() { console.clearRow(this.pageHeight); }
private void prompt(String text) { console.clearRow(this.pageHeight); console.setChar(0, this.pageHeight, text.toCharArray(), DEFAULT_COLOR); console.setCursor(0, this.pageHeight); }