aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 2cf9a26..26053b0 100644
--- a/st.c
+++ b/st.c
@@ -2993,6 +2993,7 @@ xzoom(const Arg *arg) {
2993 xloadfonts(usedfont, usedfontsize + arg->i); 2993 xloadfonts(usedfont, usedfontsize + arg->i);
2994 cresize(0, 0); 2994 cresize(0, 0);
2995 redraw(0); 2995 redraw(0);
2996 xhints();
2996} 2997}
2997 2998
2998void 2999void