X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=4fb331196ac92593d1002f599a8584c2182497b4;hb=d60ee7337b5f378d8858ef3774c5552d2c8e54fa;hp=f883ac15bf47fa0c8024a6381ac912c70d715674;hpb=ef1dc9fc4bdfcd944b054c329bb5d51b8c52eb5c;p=st.git diff --git a/st.c b/st.c index f883ac1..4fb3311 100644 --- a/st.c +++ b/st.c @@ -3667,11 +3667,11 @@ run(void) { } } + ttynew(); if(!xw.isfixed) cresize(w, h); else cresize(xw.fw, xw.fh); - ttynew(); gettimeofday(&lastblink, NULL); gettimeofday(&last, NULL);