1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-10-30 23:36:53 -04:00

Implement tab stop manipulation

Adds implementations for TBC (tabulation clear) and HTS (set horizontal
tabstop).
This commit is contained in:
Joe Wilm 2017-04-30 21:11:47 -07:00 committed by Joe Wilm
parent a99a69cfcb
commit 7d20d29f37
5 changed files with 44 additions and 2 deletions

View file

@ -40,6 +40,7 @@ ref_tests! {
vttest_origin_mode_1
vttest_origin_mode_2
vttest_scroll
vttest_tab_clear_set
zsh_tab_completion
}