alacritty/alacritty_terminal
Christian Duerr 9e71002e40
Fix dimming of indexed colors
It seems like the list of colors might have changed a bit, leading to
indexed colors not being transformed into their dim colors correctly.

To prevent this from happening in the future, the dimming for colors in
the range '0..=7' is now performed by offsetting them from the
'NamedColor::DimBlack'. Since this is the first dimmed color, this
should always work as long as all dimmed colors are added in the correct
order.
2020-12-05 12:03:03 +03:00
..
src Fix dimming of indexed colors 2020-12-05 12:03:03 +03:00
tests Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00
Cargo.toml Fix DoS caused by excessive CSI parameter values 2020-11-26 00:57:44 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00