Examples/Alt-screen toggle

Alt-screen toggle

Toggles the alternate screen buffer on and off with the spacebar, showing how enterAltScreen() / exitAltScreen() work and how the terminal state is preserved across the switch.

alt-screen toggle · dart_tui
Alt-screen toggle demo

Run it

bash
dart run example/altscreen_toggle.dart

Related