mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Thanks to c00kiemon5ter. Not changing bold to bright colors seems to be the
right choice.
This commit is contained in:
parent
af9e248f97
commit
0d88f1ef75
4
st.c
4
st.c
@ -2182,10 +2182,8 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
|
|||||||
if(base.mode & ATTR_REVERSE)
|
if(base.mode & ATTR_REVERSE)
|
||||||
temp = fg, fg = bg, bg = temp;
|
temp = fg, fg = bg, bg = temp;
|
||||||
|
|
||||||
if(base.mode & ATTR_BOLD) {
|
if(base.mode & ATTR_BOLD)
|
||||||
fg += 8;
|
|
||||||
font = &dc.bfont;
|
font = &dc.bfont;
|
||||||
}
|
|
||||||
|
|
||||||
if(base.mode & ATTR_ITALIC)
|
if(base.mode & ATTR_ITALIC)
|
||||||
font = &dc.ifont;
|
font = &dc.ifont;
|
||||||
|
Loading…
Reference in New Issue
Block a user