billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=3193ad2e5a2f14a75ec00cfd29d93f726e41d6b2
commit 3193ad2e5a2f14a75ec00cfd29d93f726e41d6b2 Author: Boris Faure <[email protected]> Date: Sat Feb 23 18:31:30 2019 +0100 tests: make it work on stricter shells --- tests/selection_in_history.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/selection_in_history.sh b/tests/selection_in_history.sh index a1abba7..383ec36 100755 --- a/tests/selection_in_history.sh +++ b/tests/selection_in_history.sh @@ -104,7 +104,7 @@ printf '\033}tu;125;135;1;0;0\0' # force render printf '\033}tr\0' # selection is -printf "\033}tsother\'s keeper and the finder of lost children. And I will strike down upon thee with great ve\0" +printf '\033}tsother\047s keeper and the finder of lost children. And I will strike down upon thee with great ve\0' # remove selection printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' --
