pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2fd275
)
update size hints on zoom
author
Troy Sankey
<sankeytms@gmail.com>
Wed, 18 Jun 2014 17:41:26 +0000
(10:41 -0700)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Sat, 21 Jun 2014 08:03:41 +0000
(10:03 +0200)
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>
st.c
patch
|
blob
|
history
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