Merge pull request #10 from paulfariello/master

Clean uicb screen move client next/prev
This commit is contained in:
Martin Duquesnoy 2012-01-19 14:34:45 -08:00
commit 4ee3ae7638

View File

@ -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