@ -439,8 +439,8 @@ Con *con_next_focused(Con *con) {
}
}
if(next==TAILQ_END(&(ws->focus_head))){
DLOG("Focus list empty, returning NULL\n");
next=NULL;
DLOG("Focus list empty, returning ws\n");
next=ws;
}
}
returnnext;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.