exitAltScreen static method

Cmd exitAltScreen()

A command that exits the alternate screen buffer.

Use this to return to normal terminal mode.

Implementation

static Cmd exitAltScreen() {
  return const Cmd(_exitAltScreen);
}