summaryrefslogtreecommitdiffstats
path: root/tests/ref.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-12-04 11:14:27 -0800
committerJoe Wilm <joe@jwilm.com>2016-12-11 20:23:41 -0800
commit23e36f19255db60084c2c240a166d137f6c12c3e (patch)
tree8f37cb27e0c9ed218e26bddc691b3ae15824e50e /tests/ref.rs
parent3151ef862596bbfc69b2941765f2574348d85a8f (diff)
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 'tests/ref.rs')
-rw-r--r--tests/ref.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ref.rs b/tests/ref.rs
index a92da05f..2859dba1 100644
--- a/tests/ref.rs
+++ b/tests/ref.rs
@@ -79,6 +79,7 @@ mod reference {
vim_simple_edit,
tmux_htop,
tmux_git_log,
- vim_large_window_scroll
+ vim_large_window_scroll,
+ indexed_256_colors
}
}