tests: CUP: test going outside margins

This commit is contained in:
Boris Faure 2019-01-01 20:30:05 +01:00
parent ce8fc25030
commit 30f7d44947
2 changed files with 9 additions and 2 deletions

View File

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

View File

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