Shows the cursor at the given (x, y) position.
void showCursor(int x, int y) { setCursorPosition(x, y); }