Implementing stuff from #89. Perhaps should also add setting the particular buffer size.
I am still not sure if we should tell people to just use stdbuf -o L aha instead? (that presumably changes the buffer settings of the programs externally and doesn't really cause overhead?)
Actually maybe shouldn't do this pull request because it keeps aha a simple do-one-thing program better.
Implementing stuff from #89. Perhaps should also add setting the particular buffer size.
I am still not sure if we should tell people to just use
stdbuf -o L aha
instead? (that presumably changes the buffer settings of the programs externally and doesn't really cause overhead?)Actually maybe shouldn't do this pull request because it keeps
aha
a simple do-one-thing program better.