diff options
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |