+ for(n = 0, c = nexttiled(clients); c; c = nexttiled(c->next))
+ n++;
+ if(n <= nmaster || (arrange == dofloat))
+ return;
+
+ for(c = nexttiled(clients), i = 0; c && (c != sel) && i < nmaster; c = nexttiled(c->next))
+ i++;
+ if(c == sel && i < nmaster)
+ for(; c && i < nmaster; c = nexttiled(c->next))
+ i++;