tests: ensure DECALN moves cursor to 0;0

This commit is contained in:
Boris Faure 2019-01-01 17:38:12 +01:00
parent 59c547179d
commit a34376a8a9
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ printf '\033[7C\033H\033[8C\033H\033[9C#'
# set cursor shape
printf '\033[4 q'
#move to 4;4
# DECALN has to reset cursor to 0;0
printf '\033[4;4H'
# fill space with E
printf '\033#8'