# HG changeset patch # User Anselm R Garbe # Date 1210674440 -3600 # Node ID f939086fa41d7290bc766c13ac71142b250a84e1 # Parent cefc0bbc58e8a56b283291341a13bcb2b99f9334 just added a comment diff -r cefc0bbc58e8 -r f939086fa41d dwm.c --- a/dwm.c Sun May 11 20:27:01 2008 +0100 +++ b/dwm.c Tue May 13 11:27:20 2008 +0100 @@ -1811,7 +1811,7 @@ void view(const char *arg) { - seltags ^= 1; + seltags ^= 1; /* toggle sel tagset */ memset(tagset[seltags], (NULL == arg), TAGSZ); tagset[seltags][idxoftag(arg)] = True; arrange();