Tree @ccf4cd2 (Download .tar.gz)
- _examples
- _svg
- cwriter
- decor
- internal
- .gitignore
- .travis.yml
- bar.go
- bar_filler.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.mod
- go.sum
- LICENSE
- options.go
- priority_queue.go
- progress.go
- progress_posix.go
- progress_test.go
- progress_windows.go
- proxyreader.go
- proxyreader_test.go
- README.md
- spinner_filler.go
History of progress_windows.go @ccf4cd2dedb26f2e5ffb8c8cfb458155c200b69d
- WithManualRefresh Vladimir Bauer 7 years ago
- initialize main ticker inside serve goroutine Vladimir Bauer 7 years ago
- Robust width sync Vladimir Bauer 7 years ago
- get width of provided output Vladimir Bauer 7 years ago
- Refactoring: render and flush Vladimir Bauer 8 years ago
- WithDebugOutput Vladimir Bauer 8 years ago
- Refactoring: removeOnComplete option Vladimir Bauer 8 years ago
- Don't wait if there are no bars Vladimir Bauer 8 years ago
- Refactoring: Progress.Stop() to Progress.Wait() Vladimir Bauer 8 years ago
- Single point of bar complete 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
- Utilize quit ch only, shutdown with sync once Vladimir Bauer 8 years ago
- Don't panic when bars have not equal decorators Vladimir Bauer 8 years ago
- UpdateBarPriority Vladimir Bauer 8 years ago
- Refactoring... Vladimir Bauer 8 years ago
- Refactoring: pConf to pState, state to bState Vladimir Bauer 8 years ago
- Don't use syscall.SIGWINCH for windows builds Vladimir Bauer 8 years ago