On Mon, Oct 01, 2007 at 08:15:47PM +0200, Szabolcs Nagy wrote:
> there's a typo in in dwm.c in setmwfact():
> 
> ...
> else if(1 == sscanf(arg, "%lf", &delta)) {
>     if(arg[0] == '+' || arg[0] == '-')
>         mwfact += delta;
>     else
>         mwfact = delta; // should be -=
>     ...
> }

No, that's a feature. It allows to use setmwfact for predefined
values (e.g. factors for 80 col terminals).

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

Reply via email to