Hi,

This is my first small patch.

---
 st.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/st.c b/st.c
index 6c16386..a6a4fc4 100644
--- a/st.c
+++ b/st.c
@@ -3756,8 +3756,6 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph 
base, int len, int x, i
        if (base.fg == defaultfg) {
                if (base.mode & ATTR_ITALIC)
                        base.fg = defaultitalic;
-               else if ((base.mode & ATTR_ITALIC) && (base.mode & ATTR_BOLD))
-                       base.fg = defaultitalic;
                else if (base.mode & ATTR_UNDERLINE)
                        base.fg = defaultunderline;
        }
--
2.7.4

Reply via email to