alacritty/alacritty_terminal/src/term
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
..
cell.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00
color.rs Bump glutin to 0.25.0 2020-10-07 17:40:50 +03:00
mod.rs Fix dimming of indexed colors 2020-12-05 12:03:03 +03:00
search.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00