all repos — st @ 58eaa998b37bc44acbf4356a3bc4116acf570893

st (suckless terminal) config

update size hints on zoom

On font zooming (i.e. xzoom()), window size hints are not updated.  This
patch does that.

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
Troy Sankey sankeytms@gmail.com
commit

58eaa998b37bc44acbf4356a3bc4116acf570893

parent

c2fd2754ebea6f802e4c71219af269c58b78262e

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

jump to
M st.cst.c

@@ -2993,6 +2993,7 @@ xunloadfonts();

xloadfonts(usedfont, usedfontsize + arg->i); cresize(0, 0); redraw(0); + xhints(); } void