Tree @19f6abf (Download .tar.gz)
- _examples
- _svg
- cwriter
- decor
- internal
- .gitignore
- .travis.yml
- bar.go
- bar_filler.go
- bar_filler_bar.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
- README.md
- UNLICENSE
History of bar_filler_bar.go @19f6abfde2b2cdf6c508d04c40a984210f06c1e2
- refactoring: NewBarFiller and NewBarFillerRev Vladimir Bauer 5 years ago
- refactoring: bar_filler_bar: remove unnecessary methods Vladimir Bauer 5 years ago
- correct refill width Vladimir Bauer 6 years ago
- add Refill to decor.Statistics Vladimir Bauer 6 years ago
- bugfix: index out of range Vladimir Bauer 6 years ago
- refactoring WidthForBarFiller Vladimir Bauer 6 years ago
- refactoring bar filler Vladimir Bauer 6 years ago
- truncate if space rune is double width Vladimir Bauer 6 years ago
- cosmetic Vladimir Bauer 6 years ago
- return if width < brackets Vladimir Bauer 6 years ago
- decor.Statistics holds AvailableWidth Vladimir Bauer 6 years ago
- panic on invalid bar style Vladimir Bauer 6 years ago
- truncate bar if double width style used Vladimir Bauer 6 years ago
- use go-runewidth Vladimir Bauer 6 years ago
- BarFiller: use all term width by default Vladimir Bauer 6 years ago
- add OccupiedWidth and TermWidth to decor.Statistics Vladimir Bauer 6 years ago