main.c
changeset 326 73efaa15a635
parent 317 45af6a8a0cbf
child 328 083f1f3e1e93
equal deleted inserted replaced
325:58c09c533d3f 326:73efaa15a635
   239 	grabkeys();
   239 	grabkeys();
   240 	initrregs();
   240 	initrregs();
   241 
   241 
   242 	for(ntags = 0; tags[ntags]; ntags++);
   242 	for(ntags = 0; tags[ntags]; ntags++);
   243 	seltag = emallocz(sizeof(Bool) * ntags);
   243 	seltag = emallocz(sizeof(Bool) * ntags);
   244 	seltag[DEFTAG] = True;
   244 	seltag[0] = True;
   245 
   245 
   246 	/* style */
   246 	/* style */
   247 	dc.bg = getcolor(BGCOLOR);
   247 	dc.bg = getcolor(BGCOLOR);
   248 	dc.fg = getcolor(FGCOLOR);
   248 	dc.fg = getcolor(FGCOLOR);
   249 	dc.border = getcolor(BORDERCOLOR);
   249 	dc.border = getcolor(BORDERCOLOR);