X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=6371167b43516e21df5d15a5f2156425be11b6d8;hb=58a57a23051deba7c77901c9971d839a0db05db0;hp=da6f17ef351cc87ae0f57c1cd2887301c42dd51e;hpb=2257932261375d663aa5b99ce4592499470ab06a;p=st.git diff --git a/st.c b/st.c index da6f17e..6371167 100644 --- a/st.c +++ b/st.c @@ -2319,8 +2319,7 @@ resize(XEvent *e) { row = (xw.h - 2*BORDER) / xw.ch; if(col == term.col && row == term.row) return; - if(tresize(col, row)) - draw(); + tresize(col, row); xresize(col, row); ttyresize(col, row); }