exitAltScreen static method
A command that exits the alternate screen buffer.
Use this to return to normal terminal mode.
Implementation
static Cmd exitAltScreen() {
return const Cmd(_exitAltScreen);
}
A command that exits the alternate screen buffer.
Use this to return to normal terminal mode.
static Cmd exitAltScreen() {
return const Cmd(_exitAltScreen);
}