summary | 
log | 
commit | 
diff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
2257932)
 
In previous commits draw was removed from all the X events, but I forgot do
it in resize.
---
 st.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
        row = (xw.h - 2*BORDER) / xw.ch;
        if(col == term.col && row == term.row)
                return;
        row = (xw.h - 2*BORDER) / xw.ch;
        if(col == term.col && row == term.row)
                return;
-       if(tresize(col, row))
-               draw();
        xresize(col, row);
        ttyresize(col, row);
 }
        xresize(col, row);
        ttyresize(col, row);
 }