JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Added tag 1.0 for changeset bbc98e77ae89a7c9232a5be0835f60ea00d8036e
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index 512f355..a3dc6ab 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -122,6 +122,8 @@ tag(Arg *arg)
        settitle(sel);
        if(!isvisible(sel))
                arrange(NULL);
+       else
+               drawstatus();
 }
 
 void
@@ -139,4 +141,6 @@ toggletag(Arg *arg)
        settitle(sel);
        if(!isvisible(sel))
                arrange(NULL);
+       else
+               drawstatus();
 }