gdamore / tcell

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

feature: underline styles #697

Closed gdamore closed 8 months ago

gdamore commented 8 months ago

This supports now curly, double, dashed, and dotted underline styles where trhe terminal supports it. This works well on Windows Terminal, reasonably on iTerm2, Alacritty, Kitty, and probably others.

The wasm mode terminal includes support for this, dependent on the browser capabilities.

The macOS Terminal just changes the background color. Legacy Windows console does nothing.

We will try to provide a regular underscore as a fallback. A new style.go demo is included to see some style combinations.