implemented right tag drawing in the status bar and titlebars

This commit is contained in:
Anselm R. Garbe
2006-08-23 14:38:25 +02:00
parent b739721d9e
commit af1158d105
2 changed files with 23 additions and 10 deletions

2
tag.c
View File

@ -122,6 +122,8 @@ tag(Arg *arg)
settitle(sel);
if(!isvisible(sel))
arrange(NULL);
else
drawstatus();
}
void