updated man page

This commit is contained in:
Anselm R. Garbe
2006-08-23 18:50:46 +02:00
parent c39df91ab9
commit 7e597ae204
7 changed files with 68 additions and 73 deletions

2
tag.c
View File

@ -141,4 +141,6 @@ toggletag(Arg *arg)
settitle(sel);
if(!isvisible(sel))
arrange(NULL);
else
drawstatus();
}