alacritty/alacritty_terminal/tests
Kirill Chibisov f4bdf5fb36
Add colored underline support
This commit adds support for colored underline and refines the dynamic
extra storage. The extra storage now is using `Arc` making cloning it way
faster compared to `Box` approach which scales really well when it comes
to cloning in `Term::write_at_cursor`, since cloning `Arc` is constant
time.

Fixes #4142.
2022-03-16 19:27:55 +03:00
..
ref Add colored underline support 2022-03-16 19:27:55 +03:00
ref.rs Add colored underline support 2022-03-16 19:27:55 +03:00