Merge pull request #10 from paulfariello/master
Clean uicb screen move client next/prev
This commit is contained in:
commit
4ee3ae7638
@ -129,10 +129,7 @@ uicb_screen_prev(Uicb cmd)
|
||||
static void
|
||||
screen_move_client(struct client *c, struct screen *s)
|
||||
{
|
||||
if (c && s) {
|
||||
c->screen = s;
|
||||
tag_client(s->seltag, c);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user