alacritty/alacritty_terminal/tests/ref/saved_cursor/alacritty.recording

9 lines
373 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[undeadleech@archhq saved_cursor]$ echo -e "\e7 \e(0 test \e8 xxx"
7 (0 test 8 xxx
[undeadleech@archhq saved_cursor]$ echo -e "\e[?1049h \e(0 test \e[?1049l xxx"
[?1049h (0 test [?1049l xxx
[undeadleech@archhq saved_cursor]$ echo -e "\e7 \e(0 \e[?1049h test \e[?1049l \e8 xxx"
7 (0 [?1049h test [?1049l 8 xxx
[undeadleech@archhq saved_cursor]$ exit
exit