diff options
author | Joe Wilm <joe@jwilm.com> | 2016-12-04 11:14:27 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-12-11 20:23:41 -0800 |
commit | 23e36f19255db60084c2c240a166d137f6c12c3e (patch) | |
tree | 8f37cb27e0c9ed218e26bddc691b3ae15824e50e /src/macros.rs | |
parent | 3151ef862596bbfc69b2941765f2574348d85a8f (diff) | |
download | r-alacritty-23e36f19255db60084c2c240a166d137f6c12c3e.tar.gz r-alacritty-23e36f19255db60084c2c240a166d137f6c12c3e.tar.bz2 r-alacritty-23e36f19255db60084c2c240a166d137f6c12c3e.zip |
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.
Diffstat (limited to 'src/macros.rs')
0 files changed, 0 insertions, 0 deletions