Tree @23d4934 (Download .tar.gz)
- cwriter
- decor
- examples
- .gitignore
- .travis.yml
- bar.go
- bar_option.go
- bar_test.go
- barbench_test.go
- decorators_test.go
- doc.go
- draw_test.go
- example_test.go
- export_test.go
- go.test.sh
- LICENSE
- options.go
- options_go1.7.go
- priority_queue.go
- progress.go
- progress_go1.7_test.go
- progress_posix.go
- progress_test.go
- progress_windows.go
- proxyreader.go
- proxyreader_test.go
- README.md
History of bar.go @23d4934af4456c8c0f52e85dfd4cf7b7a4804d64
- Fix #24 Vladimir Bauer 8 years ago
- default etaAlpha = 0.12 Vladimir Bauer 8 years ago
- Fix #20 Vladimir Bauer 8 years ago
- a bit accurate ETA Vladimir Bauer 8 years ago
- dynamic is true, if total unknown Vladimir Bauer 8 years ago
- eta update Vladimir Bauer 8 years ago
- set toComplete inside SetTotal Vladimir Bauer 8 years ago
- SetTotal: make sure zero value not assigned Vladimir Bauer 8 years ago
- Refactoring: renderedState to bFrame Vladimir Bauer 8 years ago
- refactoring eta vars Vladimir Bauer 8 years ago
- write rRight rune in defer Vladimir Bauer 8 years ago
- Fix TestBarPanics to fail on negative tw Vladimir Bauer 8 years ago
- WithDebugOutput Vladimir Bauer 8 years ago
- Width overflow fix Vladimir Bauer 8 years ago
- Refactoring: waitBar to runningBar Vladimir Bauer 8 years ago
- New BarOptions, BarReplaceOnComplete and BarClearOnComplete Vladimir Bauer 8 years ago
- BarPriority option Vladimir Bauer 8 years ago
- Refactoring: fmtRunes to barRunes Vladimir Bauer 8 years ago
- Remove unnecessary if termWidth > s.Width clause Vladimir Bauer 8 years ago
- Check if opt is nil Vladimir Bauer 8 years ago
- Refactoring: removeOnComplete option Vladimir Bauer 8 years ago
- some useful comments Vladimir Bauer 8 years ago
- Remove all deprecated methods Vladimir Bauer 8 years ago
- Don't wait if there are no bars Vladimir Bauer 8 years ago
- godoc misspell fixes Vladimir Bauer 8 years ago
- Refactoring: Progress.Stop() to Progress.Wait() Vladimir Bauer 8 years ago
- Refactor: renderedReader, barRendering Vladimir Bauer 8 years ago
- Refactor: widthSyncer Vladimir Bauer 8 years ago
- Single point of bar complete Vladimir Bauer 8 years ago
- Bar.Complete godoc fix Vladimir Bauer 8 years ago