gdamore / tcell

Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
Apache License 2.0
4.53k stars 306 forks source link

Add support for setting the window title #710

Closed gdamore closed 6 months ago

gdamore commented 6 months ago

Can do via xterm style sequences.

We can detect support via XT.

We should endeavor to save / restore the title on engage, disengage (unless AltScreen is disabled) and we should try to support Unicode by asking the terminal to enable it instead of Latin-1 for the title.