alacritty/tests
Joe Wilm 23e36f1925 Add support for indexed colors
ANSI escape sequences like `\x1b[48;5;10m` were not supported until now.
Specifically, the second attribute, 5, says that the following attribute
is a color index.

The ref tests were updated since `enum Color` variants changed.
2016-12-11 20:23:41 -08:00
..
ref Add support for indexed colors 2016-12-11 20:23:41 -08:00
ref.rs Add support for indexed colors 2016-12-11 20:23:41 -08:00