summaryrefslogtreecommitdiffstats
path: root/tests/ref.rs
diff options
context:
space:
mode:
authorDanny Dulai <danny@ishiboo.com>2017-01-08 22:18:39 -0500
committerJoe Wilm <jwilm@users.noreply.github.com>2017-01-29 16:06:29 -0800
commite04584b0826eb18917314c2ea7bee7c8a22295be (patch)
tree6aeb88a41dd3a60d0fc6152e080a05e079cb5a65 /tests/ref.rs
parent2b478e7b9c5e7cd6c93254d3882e79ced9ec43c9 (diff)
support for inverting the cursor or using colors
Diffstat (limited to 'tests/ref.rs')
-rw-r--r--tests/ref.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref.rs b/tests/ref.rs
index c91fdc78..b8be58cf 100644
--- a/tests/ref.rs
+++ b/tests/ref.rs
@@ -67,7 +67,7 @@ fn ref_test(dir: &Path) {
let size: SizeInfo = json::from_str(&serialized_size).unwrap();
let grid: Grid<Cell> = json::from_str(&serialized_grid).unwrap();
- let mut terminal = Term::new(size);
+ let mut terminal = Term::new(&Default::default(), size);
let mut parser = ansi::Processor::new();
for byte in recording {