Tree @dfa2d5a (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 @dfa2d5a2cf5f68599f218e55c959dfd76b708c73
- 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
- Fix concurrent Progress.RemoveBar hang Vladimir Bauer 8 years ago
- Shutdown does one operation, refactoring and more tests Vladimir Bauer 8 years ago
- Minor updates (readme, some examples) Vladimir Bauer 8 years ago
- Utilize quit ch only, shutdown with sync once Vladimir Bauer 8 years ago
- Deprecate Incr(int) method, use IncrBy(int) instead. Vladimir Bauer 8 years ago
- UpdateBarPriority Vladimir Bauer 8 years ago
- SetTotal: drop not relevant godoc comment Vladimir Bauer 8 years ago
- Default totalAutoIncrTrigger = 0 Vladimir Bauer 8 years ago
- Dynamic total auto increment Vladimir Bauer 8 years ago