diff -r 58c09c533d3f -r 73efaa15a635 main.c --- a/main.c Tue Aug 22 16:06:11 2006 +0200 +++ b/main.c Tue Aug 22 16:42:29 2006 +0200 @@ -241,7 +241,7 @@ for(ntags = 0; tags[ntags]; ntags++); seltag = emallocz(sizeof(Bool) * ntags); - seltag[DEFTAG] = True; + seltag[0] = True; /* style */ dc.bg = getcolor(BGCOLOR);