X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/4de64fa4d24fe0164bc59dd853982a43a9c19e56..44db38a5f8560564851683f80e1a649836e5885c:/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;