On Sun, Apr 27, 2008 at 07:41:08PM +0200, Anselm R. Garbe wrote:
> On Sun, Apr 20, 2008 at 10:24:32PM +0200, Premysl Hruby wrote:
> > void
> > view(const char *arg) {
> >     seltags ^= 1;
> >     memset(tagset[seltag], (NULL == arg), TAGSZ);
> >     tagset[seltag][idxoftag(arg)] = True;
> >     arrange();
> > }
> 
> I simplified view() accordingly.

With the current change in mind, do we still need viewprev()?

Kind regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361

Reply via email to