From 44db38a5f8560564851683f80e1a649836e5885c Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sat, 13 Apr 2013 15:24:26 +0200 Subject: Fix the geometry handling. --- st.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.c') 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; -- cgit v1.2.3-54-g00ecf