JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix the geometry handling.
[st.git] / st.c
diff --git a/st.c b/st.c
index de3d045..d7d70e7 100644 (file)
--- 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;