You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Wezterm already supports setting the underline color with ansi escape code (\e[58;..., \e[59m). It would be great if termwiz supported it too.
Describe the solution you'd like
Add AttributeChange::UnderlineColor(ColorAttribute)
Additional context
This would be needed to keep feature parity across supported backends of ratatui (see ratatui/ratatui#308).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Wezterm already supports setting the underline color with ansi escape code (
\e[58;...
,\e[59m
). It would be great if termwiz supported it too.Describe the solution you'd like
Add
AttributeChange::UnderlineColor(ColorAttribute)
Additional context
This would be needed to keep feature parity across supported backends of ratatui (see ratatui/ratatui#308).
The text was updated successfully, but these errors were encountered: