Examples/Set window title

Set window title

Sets the terminal window or tab title via View.windowTitle (OSC), so your app can reflect its current state right in the window chrome.

set window title · dart_tui
Set window title demo

Run it

bash
dart run example/set_window_title.dart

Related