aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-04-13 15:24:26 +0200
committerChristoph Lohmann <20h@r-36.net>2013-04-13 15:24:26 +0200
commit44db38a5f8560564851683f80e1a649836e5885c (patch)
tree712e5e7aea8d859b8ba7e03f021d9c536df663d5 /st.c
parent4de64fa4d24fe0164bc59dd853982a43a9c19e56 (diff)
downloadst-44db38a5f8560564851683f80e1a649836e5885c.tar.gz
st-44db38a5f8560564851683f80e1a649836e5885c.tar.bz2
Fix the geometry handling.
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.c b/st.c
index de3d045..d7d70e7 100644
--- a/st.c
+++ b/st.c
@@ -3417,6 +3417,8 @@ run:
xinit();
ttynew();
selinit();
+ if(xw.isfixed)
+ cresize(xw.h, xw.w);
run();
return 0;