Introduction
Introduction Statistics Contact Development Disclaimer Help
tRevert "Initial font size issue." - st - [fork] customized build of st, the si…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit e44832408bb3147826c346872b49de105a4d0e0b
parent fa9a4599720703932d1c4f16b9aeee1f91f96263
Author: Roberto E. Vargas Caballero <[email protected]>
Date: Thu, 24 Nov 2016 20:21:19 +0100
Revert "Initial font size issue."
This reverts commit 424202798b02554092ba84dd59fb7b79b59b7b75.
Diffstat:
M st.c | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -3488,9 +3488,6 @@ xloadfonts(char *fontstr, double fontsize)
if (usedfontsize < 0) {
FcPatternGetDouble(dc.font.match->pattern,
FC_PIXEL_SIZE, 0, &fontval);
- FcPatternAddDouble(pattern, FC_PIXEL_SIZE, fontval);
- if (xloadfont(&dc.font, pattern))
- die("st: can't open font %s\n", fontstr);
usedfontsize = fontval;
if (fontsize == 0)
defaultfontsize = fontval;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.