showCursor method

void showCursor()

Shows the cursor.

Implementation

void showCursor() {
  _buf.write(UvAnsi.showCursor);
}