alacritty/docs
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
..
ansicode.txt `starting` not `staring` (#1074) 2018-02-11 09:50:52 -08:00
escape_support.md Add colored underline support 2022-03-16 19:27:55 +03:00
features.md Add multi-window support 2021-10-23 07:16:47 +00:00