From 1db3e163849aa66b87fa82243b5ffebab3458cdd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Mar 2014 16:58:33 -0400 Subject: Dropped Windows 2000 support. --- progressbar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progressbar.go') diff --git a/progressbar.go b/progressbar.go index 4d80c94..e80ff3c 100644 --- a/progressbar.go +++ b/progressbar.go @@ -21,7 +21,7 @@ func NewProgressBar() *ProgressBar { } } -// SetProgress sets the currently indicated progress amount on the ProgressBar. If this amount is outside the range [0,100] (ideally -1), the function will panic (it should allow indeterminate progress bars, alas those are not supported on Windows 2000). +// SetProgress sets the currently indicated progress amount on the ProgressBar. If this amount is outside the range [0,100] (ideally -1), the function will panic (TODO make it indeterminate). func (p *ProgressBar) SetProgress(percent int) { p.lock.Lock() defer p.lock.Unlock() -- cgit v1.2.3