@ -31,18 +31,6 @@ static unsigned int len = 0;
/* extern */
Client *
getnext(Client *c) {
for(; c && !isvisible(c); c = c->next);
return c;
}
getprev(Client *c) {
for(; c && !isvisible(c); c = c->prev);
void
initrregs(void) {
unsigned int i;
The note is not visible to the blocked user.