all repos — st @ 63a07eb19c908ac86936b6f9857738107326d27a

st (suckless terminal) config

Minor style changes for the last patch.
Christoph Lohmann 20h@r-36.net
commit

63a07eb19c908ac86936b6f9857738107326d27a

parent

dc8c5c82aa14e75305bd5b0e42b4f8bba45702a8

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -3064,10 +3064,10 @@ xunloadfont(&dc.ifont);

xunloadfont(&dc.ibfont); } - void xzoom(const Arg *arg) { Arg larg; + larg.i = usedfontsize + arg->i; xzoomabs(&larg); }

@@ -3084,6 +3084,7 @@

void xzoomreset(const Arg *arg) { Arg larg; + if(defaultfontsize > 0) { larg.i = defaultfontsize; xzoomabs(&larg);