Mercurial > dwm-meillo
diff draw.c @ 262:d659a2dce2b5
implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Fri, 11 Aug 2006 19:26:12 +0200 |
parents | d6fd632d861c |
children | bf6792e3e700 |
line wrap: on
line diff
--- a/draw.c Fri Aug 11 18:37:41 2006 +0200 +++ b/draw.c Fri Aug 11 19:26:12 2006 +0200 @@ -109,9 +109,9 @@ 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);