vezel-dev / cathode

A terminal-centric replacement for the .NET console APIs.
https://docs.vezel.dev/cathode
BSD Zero Clause License
91 stars 7 forks source link

Support more SGR decorations in `ControlBuilder`? #67

Closed alexrp closed 2 years ago

alexrp commented 2 years ago

Address this comment one way or another:

https://github.com/alexrp/system-terminal/blob/c502da648694c720e058150256d4b9ac000a078c/src/core/Text/Control/ControlBuilder.cs#L604-L614

alexrp commented 2 years ago

AFAICT, the only useful decorations we're missing support for are kitty's decorated underlines: https://sw.kovidgoyal.net/kitty/underlines

It appears to be supported by at least kitty, VTE, mintty, iTerm2, and WezTerm. There are also plans to support it in Windows Terminal.