phillbush / xmenu

a x11 menu utility
Other
296 stars 26 forks source link

Flush stdout in `run()`, in case it has been redirected #43

Closed abrendtro closed 1 year ago

abrendtro commented 1 year ago

Calling fflush in run avoids certain cases where standard output isn't line-buffered. See #42