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