termiolink: left strip spaces on emails

This commit is contained in:
Boris Faure 2020-03-31 23:29:05 +02:00
parent 5d2e0479b9
commit e93b8cf619
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 7 deletions

View File

@ -333,13 +333,7 @@ termio_link_find(const Evas_Object *obj, int cx, int cy,
{
int old_txtlen = txtlen;
res = _txt_prev_at(ty, &new_x1, &new_y1, txt, &txtlen);
if ((res != 0) || (txtlen == 0))
{
goback = EINA_FALSE;
goforward = EINA_TRUE;
break;
}
if (txt[0] != '\\')
if ((res != 0) || (txtlen == 0) || (txt[0] != '\\'))
{
ty_sb_lskip(&sb, old_txtlen);
goback = EINA_FALSE;