Re: [dwm] input status text bug?

From: Sander van Dijk <a.h.vandijk_AT_gmail.com>
Date: Fri, 2 Nov 2007 22:49:18 +0100

On Nov 2, 2007 10:02 PM, Anselm R. Garbe <arg_AT_suckless.org> 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

Than dwm will be unresponsive for a while, after some time it'll
update the statustext as "blablablablabla" and continue to be
unresponsive.

Greetings, Sander.
Received on Fri Nov 02 2007 - 22:49:19 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:04:24 UTC