implemented right tag drawing in the status bar and titlebars
This commit is contained in:
parent
b739721d9e
commit
af1158d105
2 changed files with 23 additions and 10 deletions
2
tag.c
2
tag.c
|
@ -122,6 +122,8 @@ tag(Arg *arg)
|
|||
settitle(sel);
|
||||
if(!isvisible(sel))
|
||||
arrange(NULL);
|
||||
else
|
||||
drawstatus();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue