show_cursor method

void show_cursor()

Implementation

void show_cursor() {
  write_ansi('?25h');
}