@@ -96,13 +96,13 @@ tag_transfert(Client *c, int tag)
{
screen_get_sel();
if(!c||c->tag==tag)
return;
CHECK(c);
if(!tag)
tag=1;
c->tag=tag;
c->screen=selscreen;
arrange(c->screen,True);
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.