billiob pushed a commit to branch master.

commit 58bcae42d42eb597e558015f40bb2657a3968b66
Author: Boris Faure <[email protected]>
Date:   Wed Aug 28 23:49:38 2013 +0200

    fix stupid bug with faint colors. Closes T44
---
 src/bin/col.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/col.c b/src/bin/col.c
index cbe59b8..ddc7d26 100644
--- a/src/bin/col.c
+++ b/src/bin/col.c
@@ -414,7 +414,7 @@ colors_term_init(Evas_Object *textgrid, Evas_Object *bg)
              /* faint */
              evas_object_textgrid_palette_set(
                  textgrid, EVAS_TEXTGRID_PALETTE_STANDARD, n + 24,
-                 r/2, g/2, b/2, a/2);
+                 color.r/2, color.g/2, color.b/2, color.a/2);
           }
      }
    for (c = 0; c < 256; c++)

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to