From ee06d7f1358248fcc2d3a2eb82d71b540c0ab165 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 23 Feb 2019 17:41:54 +0100 Subject: [PATCH] tests: use correct escape code --- tests/selection_simple.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/selection_simple.sh b/tests/selection_simple.sh index 5010db6c..3ab8e5d2 100755 --- a/tests/selection_simple.sh +++ b/tests/selection_simple.sh @@ -19,7 +19,7 @@ printf '\033}tu;48;10;1;0;0\0' printf '\033}tr\0' # selection is 'EEEEE' -printf '\033}tiEEEEE\0' +printf '\033}tsEEEEE\0' # insert E in color printf '\033[;4HE' @@ -28,7 +28,7 @@ printf '\033[;4HE' printf '\033}tr\0' # selection is 'EEEEE' -printf '\033}tiEEEEE\0' +printf '\033}tsEEEEE\0' # insert a printf 'a'