hideCursor static method

Cmd hideCursor()

A command that hides the terminal cursor.

Implementation

static Cmd hideCursor() {
  return const Cmd(_hideCursor);
}