Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
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();
}