JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented right tag drawing in the status bar and titlebars
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index 512f355..3a32c52 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