]> git.armaanb.net Git - dwm.git/blobdiff - tag.c
updated man page
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index 3a32c52135add1edf0c95efecf0b781a29961ce7..a3dc6aba98f1a643f2af2828b739b6be8464cd2a 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -141,4 +141,6 @@ toggletag(Arg *arg)
        settitle(sel);
        if(!isvisible(sel))
                arrange(NULL);
+       else
+               drawstatus();
 }