billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=b2e19bfdef42ed037b7f2eaedf4ded73c27c35e4
commit b2e19bfdef42ed037b7f2eaedf4ded73c27c35e4 Author: Boris Faure <[email protected]> Date: Thu Feb 21 18:53:18 2019 +0100 tests: do not keep corners on if click shall invalidate selection --- tests/selection_drag.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/selection_drag.sh b/tests/selection_drag.sh index 1e5b9b2..883bd52 100755 --- a/tests/selection_drag.sh +++ b/tests/selection_drag.sh @@ -97,8 +97,8 @@ printf '\033}tr\0' # assert selection printf '\033}tsish and the tyranny of evil men. Blessed is he who, in the name of charity and good wi\0' # remove selection -printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tc;0;0\0\033}tc;1;0\0' +printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tr\0\033}tn\0' @@ -184,8 +184,8 @@ printf '\033}tr\0' # assert selection printf '\033}tsish and the tyranny of evil men. Blessed is he who, in the name of charity and good wi\0' # remove selection -printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tc;0;0\0\033}tc;1;0\0' +printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tr\0\033}tn\0' @@ -274,8 +274,8 @@ printf '\033}tr\0' # assert selection printf '\033}tsish and the tyranny of evil men. Blessed is he who, in the name of charity and good wi\0' # remove selection -printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tc;0;0\0\033}tc;1;0\0' +printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tr\0\033}tn\0' ## @@ -360,6 +360,6 @@ printf '\033}tr\0' # assert selection printf '\033}tsish and the tyranny of evil men. Blessed is he who, in the name of charity and good wi\0' # remove selection -printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tc;0;0\0\033}tc;1;0\0' +printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tr\0\033}tn\0' --
