renamed seltag into seltags
This commit is contained in:
parent
a923298d35
commit
86953bd682
4 changed files with 13 additions and 13 deletions
2
draw.c
2
draw.c
|
@ -55,7 +55,7 @@ drawstatus(void) {
|
|||
dc.x = dc.y = 0;
|
||||
for(i = 0; i < ntags; i++) {
|
||||
dc.w = textw(tags[i]);
|
||||
if(seltag[i]) {
|
||||
if(seltags[i]) {
|
||||
drawtext(tags[i], dc.sel);
|
||||
drawsquare(sel && sel->tags[i], isoccupied(i), dc.sel);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue