Tree @aede6bf (Download .tar.gz)
- .github
- _examples
- _svg
- cwriter
- decor
- internal
- .gitignore
- bar.go
- bar_filler.go
- bar_filler_bar.go
- bar_filler_nop.go
- bar_filler_spinner.go
- bar_option.go
- bar_test.go
- barbench_test.go
- container_option.go
- decorators_test.go
- doc.go
- draw_test.go
- example_test.go
- export_test.go
- go.mod
- go.sum
- priority_queue.go
- progress.go
- progress_test.go
- proxyreader.go
- proxyreader_test.go
- proxywriter.go
- proxywriter_test.go
- README.md
- UNLICENSE
History of bar.go @aede6bf6ec7136bea4b70166391e8d0d6ca037fc
- bar doesn't need debugOut Vladimir Bauer 3 years ago
- don't recover in bar.render, handle error if any Vladimir Bauer 3 years ago
- pwroxywriter Vladimir Bauer 3 years ago
- minor: refactoring godoc Vladimir Bauer 3 years ago
- writeSpace as external func Vladimir Bauer 3 years ago
- decorators take width precedence over bar filler Vladimir Bauer 3 years ago
- reset all buffers if resP.truncate Vladimir Bauer 3 years ago
- loop over s.buffers Vladimir Bauer 3 years ago
- drawImpl returns error Vladimir Bauer 3 years ago
- d.Decor must always be called Vladimir Bauer 3 years ago
- mustWriteString Vladimir Bauer 3 years ago
- draw wraps drawImpl Vladimir Bauer 3 years ago
- benefit: panic at one place Vladimir Bauer 3 years ago
- extender may panic as well Vladimir Bauer 3 years ago
- minor: prefer var wg Vladimir Bauer 3 years ago
- refactoring: bar render panic recover Vladimir Bauer 3 years ago
- convert newProxyReader to func Vladimir Bauer 3 years ago
- add bool param to newProxyReader, rather than keeping it at bar instance Vladimir Bauer 3 years ago
- cosmetic code style Vladimir Bauer 3 years ago
- v8 Vladimir Bauer 3 years ago
- make bar.isRunning public Vladimir Bauer 3 years ago
- refactoring: simplify BarFiller's signature Vladimir Bauer 3 years ago
- fixup! add BarExtenderRev Vladimir Bauer 3 years ago
- refactoring: anon wait struct Vladimir Bauer 3 years ago
- add BarExtenderRev Vladimir Bauer 3 years ago
- check errors Vladimir Bauer 3 years ago
- prefer bytes.NewReader Vladimir Bauer 3 years ago
- Correct PopCompletedMode with multiple bars Vladimir Bauer 3 years ago
- check if bar is running with single call Vladimir Bauer 4 years ago
- SetTotal godoc upd Vladimir Bauer 4 years ago