JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updated man page
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index 3a32c52..a3dc6ab 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -141,4 +141,6 @@ toggletag(Arg *arg)
        settitle(sel);
        if(!isvisible(sel))
                arrange(NULL);
+       else
+               drawstatus();
 }