X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=4c6783bf35dea13bcedfcdda4815c26e45d2f0ca;hb=86261187ab92a037a44af72847f6ed304ea58e64;hp=578c7ee4a1bbb3946be12479d9aaa2491a1d3584;hpb=f8db65439a705f5e94c7a130ac44689e050e5654;p=st.git diff --git a/st.c b/st.c index 578c7ee..4c6783b 100644 --- a/st.c +++ b/st.c @@ -2742,8 +2742,6 @@ cresize(int width, int height) col = (xw.w - 2*borderpx) / xw.cw; row = (xw.h - 2*borderpx) / xw.ch; - if(col == term.col && row == term.row) - return; tresize(col, row); xresize(col, row);