Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
update size hints on zoom
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
2cf9a26
..
26053b0
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2993,6
+2993,7
@@
xzoom(const Arg *arg) {
xloadfonts(usedfont, usedfontsize + arg->i);
cresize(0, 0);
redraw(0);
+ xhints();
}
void