termio: do nothing special when extracting text and .tab is set

This commit is contained in:
Boris Faure 2016-12-15 23:09:32 +01:00
parent 7c720058a1
commit 5af5ec084e
1 changed files with 0 additions and 6 deletions

View File

@ -2131,12 +2131,6 @@ termio_selection_get(Evas_Object *obj, int c1x, int c1y, int c2x, int c2y,
}
break;
}
else if (cells[x].att.tab)
{
if (ty_sb_add(&sb, "\t", 1) < 0) goto err;
x = ((x + 8) / 8) * 8;
x--; /* counter the ++ of the for loop */
}
else if (cells[x].codepoint == 0)
{
if (last0 < 0) last0 = x;