Removing the debugging for the last fix too.
[st.git] / st.c
diff --git a/st.c b/st.c
index 578c7ee..4c6783b 100644 (file)
--- 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);