except improvements to the mouse handling this is already nearly feature complete - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 86d9851427710ca0f3ab95ae9b6c20361b56e516 DIR parent 66da15324eef4f85c6dda13eba80430dc4cc97bb HTML Author: Anselm R. Garbe <garbeam@wmii.de> Date: Thu, 13 Jul 2006 21:49:55 +0200 except improvements to the mouse handling this is already nearly feature complete Diffstat: M client.c | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) --- DIR diff --git a/client.c b/client.c @@ -60,8 +60,13 @@ max(Arg *arg) void view(Arg *arg) { + Client *c; + tsel = arg->i; arrange(NULL); + + for(c = clients; c; c = next(c->next)) + draw_client(c); } void