except improvements to the mouse handling this is already nearly feature complete
--- a/client.c Thu Jul 13 21:42:17 2006 +0200
+++ b/client.c Thu Jul 13 21:49:55 2006 +0200
@@ -60,8 +60,13 @@
void
view(Arg *arg)
{
+ Client *c;
+
tsel = arg->i;
arrange(NULL);
+
+ for(c = clients; c; c = next(c->next))
+ draw_client(c);
}
void