showCursor static method

void showCursor()

Implementation

static void showCursor() {
  writeANSI('?25h');
}