showCursor static method

Cmd showCursor()

A command that shows the terminal cursor.

Implementation

static Cmd showCursor() {
  return const Cmd(_showCursor);
}