aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/tests/ref/erase_chars_reset/alacritty.recording
blob: ebe08116f521cf8e080465378d34bcf09da2add3 (plain) (blame)
1
2
3
4
5
[?2004h[kchibisov@NightLord alacritty]$ 
[kchibisov@NightLord alacritty]$ 
[kchibisov@NightLord alacritty]$ echo -e "hello        world" "\033[10;D"  "\033[4;X"
printf "\e[31;1;4;9mTEST asd\n"
[?2004l
TEST asd
[?2004h[kchibisov@NightLord alacritty]$ printf "\e[31;1;4;9mTEST asd\n"echo -e "hello        world" "\033[10;D"  "\033[4;X"
[?2004l
hello        world  
[?2004h[kchibisov@NightLord alacritty]$