about summary refs log blame commit diff stats
path: root/config.default.h
blob: eb6933b0d80c0a9b7c1bdf51376607dffdd458a3 (plain) (tree)
span>} for(n = 0, c = nextmanaged(clients); c; c = nextmanaged(c->next)) n++; if((c = sel) == nextmanaged(clients)) if(!(c = nextmanaged(c->next))) return; detach(c); attach(c); focus(c); arrange(); }