Merge branch 'terminology-1.5'

This commit is contained in:
Boris Faure 2019-09-02 23:00:24 +02:00
commit e0f27a46a6
2 changed files with 16 additions and 3 deletions

View File

@ -140,3 +140,19 @@ printf '\033}ts%s\0' "$TEXT"
# remove selection
printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0'
printf '\033}tr\0\033}tn\0'
## empty selection
# mouse down to start selection
printf '\033}td;35;320;1;0;0\0'
# mouse move
printf '\033}tm;35;305;0\0'
# mouse up
printf '\033}tu;35;305;1;0;0\0'
# force render
printf '\033}tr\0'
# selection is
printf '\033}ts\n4\n\0'
# remove selection
printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0'
printf '\033}tr\0\033}tn\0'

View File

@ -93,9 +93,6 @@ selection_with_margins_scrolled.sh f3df5d5f2328f12cc8aac254b983306f
selection_in_history.sh a30dbaabb32130796de6211e027efe41
selection_over_multiple_lines.sh a8bd58ffa26d9f992c7736eb845a1677
selection_invisible.sh 198db7819804c4b34ad5f7fd2a71c420
selection_in_history.sh a30dbaabb32130796de6211e027efe41
selection_over_multiple_lines.sh a8bd58ffa26d9f992c7736eb845a1677
selection_invisible.sh 198db7819804c4b34ad5f7fd2a71c420
selection_to_position.sh 0174fb1d413f19f32e68e31439335d97
selection_to_word.sh 0174fb1d413f19f32e68e31439335d97
selection_to_paragraph.sh 7b918d2af64eef1ecb39a0f45cf72f2d