diff options
author | Joe Wilm <joe@jwilm.com> | 2017-04-19 20:17:13 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-04-19 20:19:04 -0700 |
commit | 811cb266d226a194fc16a14d46566e4b4494e631 (patch) | |
tree | 0897a4713b30b8c4960cc22e631945115436cf47 /tests/ref.rs | |
parent | faa2dc11e470e131f57426699a9f1aa80354695b (diff) | |
download | alacritty-811cb266d226a194fc16a14d46566e4b4494e631.tar.gz alacritty-811cb266d226a194fc16a14d46566e4b4494e631.zip |
Add reftest for vttest 2 scroll
Diffstat (limited to 'tests/ref.rs')
-rw-r--r-- | tests/ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref.rs b/tests/ref.rs index 1dda06de..074763d9 100644 --- a/tests/ref.rs +++ b/tests/ref.rs @@ -36,6 +36,7 @@ ref_tests! { tmux_htop vim_large_window_scroll vim_simple_edit + vttest_scroll zsh_tab_completion } |