billiob pushed a commit to branch master.

commit 21cd9d5ceca3f7d441a7caac45b07adf8043383e
Author: Boris Faure <[email protected]>
Date:   Sun Jun 2 18:52:28 2013 +0200

    fix link detection when hover the h in ttp:/…
    
    When the separator in the left is found, we may only have ' ht' so far.
---
 src/bin/termiolink.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/bin/termiolink.c b/src/bin/termiolink.c
index 188d2c7..83ba176 100644
--- a/src/bin/termiolink.c
+++ b/src/bin/termiolink.c
@@ -150,20 +150,11 @@ _termio_link_find(Evas_Object *obj, int cx, int cy,
                        goback = EINA_FALSE;
                        coord_forward(&x1, &y1, w, h);
                     }
-                  else if (len > 2 && strchr((s + 2), '@'))
+                  else
                     {
                        goback = EINA_FALSE;
                        coord_forward(&x1, &y1, w, h);
                     }
-                  else if (s[0] == '=')
-                    {
-                    }
-                  else
-                    {
-                       free(s);
-                       s = NULL;
-                       break;
-                    }
                }
           }
         if (goforward)

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2

Reply via email to