| tupdate size hints on zoom - st - [fork] customized build of st, the simple ter… | |
| git clone git://src.adamsgaard.dk/st | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 58eaa998b37bc44acbf4356a3bc4116acf570893 | |
| parent c2fd2754ebea6f802e4c71219af269c58b78262e | |
| Author: Troy Sankey <[email protected]> | |
| 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 <[email protected]> | |
| Diffstat: | |
| M st.c | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/st.c b/st.c | |
| t@@ -2993,6 +2993,7 @@ xzoom(const Arg *arg) { | |
| xloadfonts(usedfont, usedfontsize + arg->i); | |
| cresize(0, 0); | |
| redraw(0); | |
| + xhints(); | |
| } | |
| void |