st
simple terminal
git clone https://9o.is/git/st.git
commit f5918c6531e2376fc08942e27c1542094d364cf5 parent ad41d633a7dfc3a969c35245b4d46e8e5c01ff39 Author: Troy Sankey <sankeytms@gmail.com> Date: Wed, 18 Jun 2014 10:41:26 -0700 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> Diffstat:
| M | st.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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