This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Now italic and bold works.
master
Christoph Lohmann
12 years ago
parent
abe85c0e99
commit
76a8e5f72b
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
@ -2423,7 +2423,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_BOLD
)
)
if
(
(
base
.
mode
&
ATTR_ITALIC
)
&
&
(
base
.
mode
&
ATTR_BOLD
)
)
font
=
&
dc
.
ibfont
;
if
(
IS_SET
(
MODE_REVERSE
)
)
{
Write
Preview
Loading…
Cancel
Save