implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
This commit is contained in:
parent
d7413ffd2d
commit
292ccc4c43
8 changed files with 100 additions and 68 deletions
4
draw.c
4
draw.c
|
@ -109,9 +109,9 @@ drawstatus()
|
|||
dc.x += dc.w;
|
||||
dc.w = textw(tags[i]);
|
||||
if(istile)
|
||||
drawtext(tags[i], tsel[i]);
|
||||
drawtext(tags[i], seltag[i]);
|
||||
else
|
||||
drawtext(tags[i], !tsel[i]);
|
||||
drawtext(tags[i], !seltag[i]);
|
||||
}
|
||||
x = dc.x + dc.w;
|
||||
dc.w = textw(stext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue