diff --git a/src/bin/termiolink.c b/src/bin/termiolink.c index c571eea8..19923ab9 100644 --- a/src/bin/termiolink.c +++ b/src/bin/termiolink.c @@ -180,7 +180,7 @@ _termio_link_find(Evas_Object *obj, int cx, int cy, if ((end == endmatch) || ((!escaped) && (isspace(end)) && - ((end != '\n') || (end != '\r')))) + ((end != '\n') && (end != '\r')))) { goforward = EINA_FALSE; coord_back(&x2, &y2, w, h);