billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=52a0ba46e0a0c25f862565542ef0193e5130c1c9

commit 52a0ba46e0a0c25f862565542ef0193e5130c1c9
Author: Boris Faure <[email protected]>
Date:   Sat Feb 23 17:55:52 2019 +0100

    termiointernals: selection is based on relative y, not on-screen y
---
 src/bin/termiointernals.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termiointernals.c b/src/bin/termiointernals.c
index 4483c4e..b299c1c 100644
--- a/src/bin/termiointernals.c
+++ b/src/bin/termiointernals.c
@@ -2410,7 +2410,7 @@ termio_internal_render(Termio *sd,
                               {
                                  cur_sel_end_x = sd->grid.w - 1;
                               }
-                            else if (y == sel_end_y)
+                            else if (rel_y == sel_end_y)
                               {
                                  cur_sel_start_x = 0;
                               }

-- 


Reply via email to