diff options
author | Joe Wilm <joe@jwilm.com> | 2017-04-30 21:11:47 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-05-01 08:21:42 -0700 |
commit | 7d20d29f3742115c2228f2d1a3b6c7b2f6da20c0 (patch) | |
tree | e5f128e748fda3c77b9b2904d5075d15af8226a2 /tests/ref.rs | |
parent | a99a69cfcb983b923cb89c6faf5ace3b89d786a5 (diff) | |
download | alacritty-7d20d29f3742115c2228f2d1a3b6c7b2f6da20c0.tar.gz alacritty-7d20d29f3742115c2228f2d1a3b6c7b2f6da20c0.zip |
Implement tab stop manipulation
Adds implementations for TBC (tabulation clear) and HTS (set horizontal
tabstop).
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 a0327361..9debd486 100644 --- a/tests/ref.rs +++ b/tests/ref.rs @@ -40,6 +40,7 @@ ref_tests! { vttest_origin_mode_1 vttest_origin_mode_2 vttest_scroll + vttest_tab_clear_set zsh_tab_completion } |