billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=22ae02127b3c9ef11ccfe27fd4022586a10cb07f

commit 22ae02127b3c9ef11ccfe27fd4022586a10cb07f
Author: Boris Faure <bill...@gmail.com>
Date:   Tue Sep 1 23:44:39 2015 +0200

    fix copy/paste bug. CID1316546
---
 src/bin/termio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 42f5502..4357e42 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -2849,7 +2849,7 @@ _trim_sel_word(Termio *sd)
        ((y == pty->selection.end.y) &&
         (start >= pty->selection.end.x)))
      {
-        pty->selection.start.y = pty->selection.start.y;
+        pty->selection.start.y = pty->selection.end.y;
         pty->selection.start.x = pty->selection.end.x;
         return;
      }

-- 


Reply via email to