/* extern */
char stext[1024];
-Bool *tsel;
+Bool *seltag;
int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
unsigned int ntags;
Atom wmatom[WMLast], netatom[NetLast];
initrregs();
for(ntags = 0; tags[ntags]; ntags++);
- tsel = emallocz(sizeof(Bool) * ntags);
- tsel[DEFTAG] = True;
+ seltag = emallocz(sizeof(Bool) * ntags);
+ seltag[DEFTAG] = True;
/* style */
dc.bg = getcolor(BGCOLOR);