@ -318,7 +318,8 @@ zoom(Arg *arg)
return;
if((c = sel) == getnext(clients))
if(!(c = getnext(c->next)))
for(c = getnext(c->next); c && c->isfloat; c = getnext(c->next));
if(!c)
detach(c);
c->next = clients;
The note is not visible to the blocked user.