Re: [dev] Re: dwm puzzle [fixed; with blame]

2010-09-12 Thread Peter John Hartman
On Sat, Sep 11, 2010 at 05:39:45PM -0400, TJ Robotham wrote: > On Sat, Sep 11, 2010 at 04:44:12PM -0400, Peter John Hartman wrote: > > > > I should have said in my original report that the MODKEY+shift+space > > solution is the way I dealt with these problems; I had suspected that > > the isfloati

Re: [dev] Re: dwm puzzle [fixed; with blame]

2010-09-12 Thread Peter John Hartman
On Sun, Sep 12, 2010 at 11:24:23AM +0200, Szabolcs Nagy wrote: > * Peter John Hartman [2010-09-11 15:23:18 -0400]: > > This fixes it: > > > > diff -r 050d521d66d8 -r c361034c5a1c dwm.c > > --- a/dwm.c Tue Aug 24 13:13:20 2010 +0100 > > +++ b/dwm.c Sat Sep 11 19:00:18 2010 + > > @@ -7

[dev] [dwm] status bar freezes

2010-09-12 Thread Moritz Wilhelmy
Hello, I'm having this issue with dwm-hg on two boxes: the status bar freezes and is never updated after being read for the first time in setup(). If I xsetroot -name foo, xprop -root WM_NAME shows "foo" as it's supposed to be, but the statusbar does not update. Apparently the condition in propert

Re: [dev] [OT] What's wrong with C++?

2010-09-12 Thread hiro
This is how I remember where ++ does what :D On 9/12/10, Kurt H Maier wrote: > On Fri, Sep 10, 2010 at 2:26 PM, Szabolcs Nagy wrote: >> i once looked into this, here is what i've found: >> http://port70.net/~nsz/16_c++.html > * quote: > c++; /* this makes c bigger but returns the o

Re: [dev] [OT] What's wrong with C++?

2010-09-12 Thread Kurt H Maier
On Fri, Sep 10, 2010 at 2:26 PM, Szabolcs Nagy wrote: > i once looked into this, here is what i've found: > http://port70.net/~nsz/16_c++.html * quote: c++; /* this makes c bigger but returns the old value */ This is utterly brilliant. -- # Kurt H Maier

Re: [dev] Re: dwm puzzle [fixed; with blame]

2010-09-12 Thread Szabolcs Nagy
* Peter John Hartman [2010-09-11 15:23:18 -0400]: > This fixes it: > > diff -r 050d521d66d8 -r c361034c5a1c dwm.c > --- a/dwm.c Tue Aug 24 13:13:20 2010 +0100 > +++ b/dwm.c Sat Sep 11 19:00:18 2010 + > @@ -799,7 +799,7 @@ > unfocus(selmon->sel, True); >