"Anselm R. Garbe" <[EMAIL PROTECTED]> writes:

> If we decide for line-based input reading, one easily could
> block dwm from further event processing through running
> 
> echo -n foo | dwm
> 
> I think that'd be a big disadvantage.

It could append read text to the end of stext[] whenever it successfully
reads(), except that the first character after a '\n' clears stext[] and
starts a new status. It needn't block.

Best wishes,

Chris.

Reply via email to