theZiz / aha

Ansi HTML Adapter
Other
915 stars 88 forks source link

Add option to set the buffer mode. #90

Closed o-jasper closed 2 years ago

o-jasper commented 2 years ago

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.