billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=5af5ec084eeb717349f79e3a657873c48c423d82

commit 5af5ec084eeb717349f79e3a657873c48c423d82
Author: Boris Faure <bill...@gmail.com>
Date:   Thu Dec 15 23:09:32 2016 +0100

    termio: do nothing special when extracting text and .tab is set
---
 src/bin/termio.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 17f0b75..743b9f0 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -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;

-- 


Reply via email to