Examples/Cursor style

Cursor style

Demonstrates the terminal cursor's shape and blink settings — block, underline or bar, steady or blinking — distinct from the in-line CursorModel widget.

cursor style · dart_tui
Cursor style demo

Run it

bash
dart run example/cursor_style.dart

Related