tests: CUP: test going outside margins

terminology-1.4
Boris Faure 5 years ago
parent ce8fc25030
commit 30f7d44947
  1. 9
      tests/cup.sh
  2. 2
      tests/tests.results

@ -23,6 +23,9 @@ printf '\033[64;10;5;20;15\044x'
# move
printf '\033[12;19HF'
# Test outside margins
printf '\033[22;22HG'
# set left/right margins:
printf '\033[25;35s'
# fill margin with @
@ -30,4 +33,8 @@ printf '\033[64;10;25;20;35\044x'
# restrict cursor
printf '\033[?6h'
# move
printf '\033[2;2HG'
printf '\033[2;2HH'
# Test outside margins
printf '\033[22;22HI'

@ -36,7 +36,7 @@ cha.sh 0f86ca83e072d41b89dd1a012f0749a7
dch.sh 40cf655681c098251f0dc3e7733c4db9
cnl.sh 1f1512179c8e47e4bd880142774a3c66
cpl.sh 9145c88adb762a6a59c5bf69191b949e
cup.sh 11f5939a6cc990f6a7b9d1730ab3a8bf
cup.sh 90545cad6d8202564e813fe9f80294f3
decaln.sh 9c0cf4de336193bcdaed6ba6c0d6f590
decawm.sh 84321e76f07b40cf9462238ec0919dc0
decbi.sh 8153bff12a0d529cb8ba0dbff036a1ee

Loading…
Cancel
Save