Re: [dwm] Yet another simplification, this time sel/prevtags

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Sun, 27 Apr 2008 19:58:08 +0200

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
Received on Sun Apr 27 2008 - 19:58:08 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:35:49 UTC