And another one.
Since it was corrected in changeset 345 it seems that it should be done once more.
diff -r f80a970a2fda st.c
--- a/st.c Fri Oct 05 09:38:10 2012 +0200
+++ b/st.c Fri Oct 05 14:54:00 2012 +0700
@@ -2193,7 +2193,6 @@
if(base.mode & ATTR_REVERSE)
temp = fg, fg = bg, bg = temp;
if(base.mode & ATTR_BOLD) {
- fg = &dc.xft_col[base.fg + 8];
font = &dc.bfont;
}
if(base.mode & ATTR_ITALIC)
