robm / dzen

Dzen is a general purpose messaging, notification and menuing program for X11.
MIT License
608 stars 67 forks source link

flush output after print action #7

Closed AlexanderS closed 11 years ago

AlexanderS commented 11 years ago

Hi,

when using the print action to control another program and therefor pipe the output of dzen away, the output is buffered and therefore the actions appears to be executed later.

Explicit flushing the output after the print resolves that problem.

Thanks, Alex

robm commented 11 years ago

Thank you, merged!