aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
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:
3417 xinit(); 3417 xinit();
3418 ttynew(); 3418 ttynew();
3419 selinit(); 3419 selinit();
3420 if(xw.isfixed)
3421 cresize(xw.h, xw.w);
3420 run(); 3422 run();
3421 3423
3422 return 0; 3424 return 0;