I am currently developing a package to convert tcell styles to ANSI escape sequences (https://github.com/noborus/tcellansi).
However, I am unable to retrieve UnderlineStyle and UnderlineColor, which prevents me from completing the conversion.
Could you please add methods to the Style struct to retrieve UnderlineStyle and UnderlineColor? This would greatly help in converting tcell styles to ANSI escape sequences.
Thank you for your consideration.
I am currently developing a package to convert tcell styles to ANSI escape sequences (https://github.com/noborus/tcellansi).
However, I am unable to retrieve UnderlineStyle and UnderlineColor, which prevents me from completing the conversion.
Could you please add methods to the Style struct to retrieve
UnderlineStyleandUnderlineColor? This would greatly help in converting tcell styles to ANSI escape sequences.Thank you for your consideration.