diff -r 013954d9fe7a -r 21562c2567a6 layout.c --- a/layout.c Thu Feb 22 10:57:19 2007 +0100 +++ b/layout.c Thu Feb 22 10:59:42 2007 +0100 @@ -206,6 +206,7 @@ } else resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True); + drawstatus(); while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); }