tests: ensure DECALN moves cursor to 0;0

terminology-1.4
Boris Faure 5 years ago
parent 59c547179d
commit a34376a8a9
  1. 4
      tests/decaln.sh

@ -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'

Loading…
Cancel
Save