aboutsummarylogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann2013-04-13 15:24:26 +0200
committerChristoph Lohmann2013-04-13 15:24:26 +0200
commita72c14cc68d1ad4ecacb57081f08cef6c1fe7b21 (patch)
tree355c5cd9cfa1424775a6a9066cd0710fdd2ec442 /st.c
parent0dfac208ff4a427bea9ec4096cc07b3949e26a09 (diff)
downloadaur-a72c14cc68d1ad4ecacb57081f08cef6c1fe7b21.tar.gz
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 de3d04599707..d7d70e700734 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;