billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=55200014a9a75cd38b82241bf1c690da2be292be

commit 55200014a9a75cd38b82241bf1c690da2be292be
Author: Boris Faure <bill...@gmail.com>
Date:   Mon Oct 14 23:19:01 2013 +0200

    invisible should not show previous underline/strikethrough
---
 src/bin/termio.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 6f179e3..50f49e4 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -1240,6 +1240,8 @@ _smart_apply(Evas_Object *obj)
                   else tc[x].bg = COL_INVIS;
                   tc[x].bg_extended = 0;
                   tc[x].double_width = 0;
+                  tc[x].underline = 0;
+                  tc[x].strikethrough = 0;
                }
              else
                {
@@ -1287,6 +1289,8 @@ _smart_apply(Evas_Object *obj)
                        if (inv) tc[x].bg = COL_INVERSEBG;
                        else tc[x].bg = COL_INVIS;
                        tc[x].bg_extended = 0;
+                       tc[x].underline = 0;
+                       tc[x].strikethrough = 0;
 #if defined(SUPPORT_DBLWIDTH)
                        tc[x].double_width = cells[j].att.dblwidth;
 #endif

-- 


Reply via email to