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:
Anselm R.Garbe
2006-08-11 19:26:12 +02:00
parent d7413ffd2d
commit 292ccc4c43
8 changed files with 100 additions and 68 deletions

4
draw.c
View File

@ -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);