gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 74 forks source link

add undercurls support #136

Closed RaafatTurki closed 2 years ago

RaafatTurki commented 2 years ago

Undercurls are great because they are independent from the characters underneath them, which makes them very useful for hinting hints, warns, errs ..etc

This was originally a kitty only feature and then it was standardized as a specification and now most other terminals do support it. Luckily this was already implemented into st as a patch by HexOctal

here's how it looks like for both kitty and xst right now

kitty

image

xst

image

actionless commented 2 years ago

i think UNDERCURL_STYLE should be exposed to xresources, in case if you'll be submitting a PR

other than that i dont have any objections for this idea