Re: [dwm] input status text bug?

2007-11-02 Thread Enno Gottox Boland
It doesn't work at all... 2007/11/2, Anselm R. Garbe [EMAIL PROTECTED]: Ritesh, I pushed a simplified status text processing version which uses fgets again, for readability and simplicity reasons. Could you please recheck if hg tip fixes your issue? Regards, -- Anselm R. Garbe

Re: [dwm] RESIZEHINTS gone in 4.6, how to get the old behaviour?

2007-11-02 Thread pancake
I think this is the best option. Thanks On Fri, Nov 02, 2007 at 10:45:04AM +0100, Anselm R. Garbe wrote: Well I decided that 4.7 will include the RESIZEHINTS macro again, but they will be enabled by default (like 4.6 default behavior). hg tip includes a patch accordingly. Regards, --

Re: [dwm] RESIZEHINTS gone in 4.6, how to get the old behaviour?

2007-11-02 Thread pancake
Ok, sry for waking up the thread again. I understand this reason, atm I have no time to study how hard is for the xterm to handle moer pixels than the ones that fit on the buffer area. BTW The PATCH for this is just the change the last argument to resize() to True, this is where the RESIZEHINTS

Re: [dwm] input status text bug?

2007-11-02 Thread Enno Gottox Boland
The reason was something in my .xinitrc. I changed it and everything is fine. 2007/11/2, Anselm R. Garbe [EMAIL PROTECTED]: On Fri, Nov 02, 2007 at 05:21:36PM +0100, Enno Gottox Boland wrote: It doesn't work at all... Sorry, but I can't reproduce. It works correctly for me so far.

Re: [dwm] input status text bug?

2007-11-02 Thread Sander van Dijk
On Nov 2, 2007 6:37 PM, Anselm R. Garbe [EMAIL PROTECTED] wrote: On Fri, Nov 02, 2007 at 05:21:36PM +0100, Enno Gottox Boland wrote: It doesn't work at all... Sorry, but I can't reproduce. It works correctly for me so far. It seems to me that the call to fgets() blocks, that is, when it's

Re: [dwm] input status text bug?

2007-11-02 Thread Sander van Dijk
On Nov 2, 2007 10:02 PM, Anselm R. Garbe [EMAIL PROTECTED] wrote: Hmm, if that's the reason I tend to write a read()-based getline function which does not block ;) Try doing this: for i in `seq 1 10` do echo -n bla if test $i = 5 then echo fi sleep 3 done | dwm

Re: [dwm] bottomstack updated for 4.7

2007-11-02 Thread James Turner
Fixed some layout bugs from 4.6 and 4.7. Should perform even better with resizehints. http://bsdgroup.org/files/dwm-4.7-bstack.diff -- James Turner BSD Group Consulting http://www.bsdgroup.org --- bstack.cWed Dec 31 19:00:00 1969 +++ bstack.cFri Nov 2 19:22:07 2007 @@ -0,0 +1,39 @@