projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac55563
)
*** empty log message ***
author
root
<root>
Sun, 15 Aug 2004 08:04:45 +0000
(08:04 +0000)
committer
root
<root>
Sun, 15 Aug 2004 08:04:45 +0000
(08:04 +0000)
src/rxvtfont.C
patch
|
blob
|
history
diff --git
a/src/rxvtfont.C
b/src/rxvtfont.C
index 32720a8c476e6f7df431f3757f2e2bcd888bbdf7..0944a56268e72fc8272b0ef76381966494474d8e 100644
(file)
--- a/
src/rxvtfont.C
+++ b/
src/rxvtfont.C
@@
-364,8
+364,8
@@
rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
{
// prefer font of first character, for no good reasons
rxvt_font *f2 = f1->has_codepoint (cc->c2)
- ? f1
- : (*fs)[fs->find_font (cc->c2)];
+
? f1
+
: (*fs)[fs->find_font (cc->c2)];
f2->draw (d, x, y, &(t = cc->c2), 1, fg, -1);
}