st

simple terminal

git clone https://9o.is/git/st.git

commit 2c3b558c6b4be15b7e43fd9875301cac62fe7df6
parent a3498fdd46450ab9a6421e7795fc406309c47746
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 24 Nov 2016 20:21:19 +0100

Revert "Initial font size issue."

This reverts commit dfc0317721072f6c8bacd8a98617888631a67288.

Diffstat:
Mst.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/st.c b/st.c @@ -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;