alacritty/alacritty_terminal
Christian Duerr b904207b19
Add support for double underlines
This adds support for double underlines using the colon separated escape
sequence `CSI 4 : 2 m`.

Alacritty will now also always fallback to the normal underline in case
any of the other underlines like the undercurl are specified. The escape
sequence `CSI 4 : 0 m` can now be used to clear all underlines.

Some terminals support `CSI 21 m` for double underline, but since
Alacritty already uses that as cancel bold which is a little more
consistent, that behavior has not changed. So the colon separated
variant must be used.
2020-08-12 19:05:22 +03:00
..
src Add support for double underlines 2020-08-12 19:05:22 +03:00
tests Add support for double underlines 2020-08-12 19:05:22 +03:00
Cargo.toml Add support for colon separated SGR parameters 2020-08-07 22:37:23 +00:00