just added a comment 6b79f3f3
Anselm R Garbe · 2008-05-13 11:27 1 file(s) · +1 −1
dwm.c +1 −1
1811 1811
1812 1812
void
1813 1813
view(const char *arg) {
1814 -
	seltags ^= 1;
1814 +
	seltags ^= 1; /* toggle sel tagset */
1815 1815
	memset(tagset[seltags], (NULL == arg), TAGSZ);
1816 1816
	tagset[seltags][idxoftag(arg)] = True;
1817 1817
	arrange();