This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixing the italic-bold font check. Thanks nsz.
master
Christoph Lohmann
12 years ago
parent
cd90969cab
commit
091ae143ce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -2408,7 +2408,7 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
if
(
base
.
mode
&
ATTR_ITALIC
)
font
=
&
dc
.
ifont
;
if
(
base
.
mode
&
(
ATTR_ITALIC
|
ATTR_
ITALIC
)
)
if
(
base
.
mode
&
(
ATTR_ITALIC
|
ATTR_
BOLD
)
)
font
=
&
dc
.
ibfont
;
if
(
IS_SET
(
MODE_REVERSE
)
)
{
Write
Preview
Loading…
Cancel
Save