From a34376a8a9429e01b1f54432ad3667fa5606bdf3 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Tue, 1 Jan 2019 17:38:12 +0100 Subject: [PATCH] tests: ensure DECALN moves cursor to 0;0 --- tests/decaln.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/decaln.sh b/tests/decaln.sh index bb287c41..57245a3c 100755 --- a/tests/decaln.sh +++ b/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'