showCursor static method

void showCursor()

Shows the cursor.

Implementation

static void showCursor() {
  TerminalContext.output.write('\x1B[?25h');
}