terminology/tests/esc_term_name_version.sh

28 lines
364 B
Bash
Raw Normal View History

#!/bin/sh
2020-12-25 02:49:08 -08:00
# shellcheck source=tests/utils.sh
. "$(dirname "$0")/utils.sh"
# fill space with E
printf '\033[69;1;1;25;80\044x'
#set color
printf '\033[46;31;3m'
# move
printf '\033[H'
# print terminal + version
printf '\033[>0q'
# let it print
2020-12-25 02:49:08 -08:00
test_sleep 0.2
# move
printf '\033[2H'
# print terminal + version
printf '\033[>q'
# let it print
2020-12-25 02:49:08 -08:00
test_sleep 0.2