raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
3.26k stars 101 forks source link

support for advaned formatting (squiggly underline?) #370

Open colemickens opened 7 months ago

colemickens commented 7 months ago

screenshot-1701892257

As seen in the screenshot, alacritty renders some of my editor warnings with a yellow squiggly underline.

That's not present in rio, however. I assume this just isn't implemented yet?

raphamorim commented 7 months ago

Is not implemented yet in renderer level but implemented in ansi level, but that would be awesome to have. Saving as wishilist.

raphamorim commented 1 month ago

Adding more info on it: https://sw.kovidgoyal.net/kitty/underlines/

raphamorim commented 1 month ago
echo -e "\e[4:1mstraight underline\e[0m"
echo -e "\e[4:2mdouble underline\e[0m"
echo -e "\e[4:3mcurly underline\e[0m"
echo -e "\e[4:4mdotted underline\e[0m"
echo -e "\e[4:5mdashed underline\e[0m"
Screenshot 2024-06-07 at 19 37 54