billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=6bf21162060ebf9db57fc556bf705ec49a06e8bd

commit 6bf21162060ebf9db57fc556bf705ec49a06e8bd
Author: Boris Faure <bill...@gmail.com>
Date:   Sat Mar 10 21:10:34 2018 +0100

    shift-selection: reduce timeout to 15s. Closes T2254
---
 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 1be8f3a..f01ff60 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -3964,7 +3964,7 @@ _handle_mouse_down_single_click(Termio *sd,
         return;
      }
    else if (shift &&
-            (time(NULL) - sd->pty->selection.last_click) <= 60)
+            (time(NULL) - sd->pty->selection.last_click) <= 15)
      {
         sd->pty->selection.is_box = ctrl;
         _sel_to(sd, cx, cy - sd->scroll, EINA_FALSE);

-- 


Reply via email to