aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index f883ac1..4fb3311 100644
--- a/st.c
+++ b/st.c
@@ -3667,11 +3667,11 @@ run(void) {
3667 } 3667 }
3668 } 3668 }
3669 3669
3670 ttynew();
3670 if(!xw.isfixed) 3671 if(!xw.isfixed)
3671 cresize(w, h); 3672 cresize(w, h);
3672 else 3673 else
3673 cresize(xw.fw, xw.fh); 3674 cresize(xw.fw, xw.fh);
3674 ttynew();
3675 3675
3676 gettimeofday(&lastblink, NULL); 3676 gettimeofday(&lastblink, NULL);
3677 gettimeofday(&last, NULL); 3677 gettimeofday(&last, NULL);