Comparing version 0.0.2 to 0.0.3
0.0.3 / 2011-04-20 | ||
================== | ||
* Changed; erase the line when complete | ||
0.0.2 / 2011-04-20 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -18,3 +18,3 @@ | ||
exports.version = '0.0.2'; | ||
exports.version = '0.0.3'; | ||
@@ -82,2 +82,3 @@ /** | ||
this.complete = true; | ||
this.stream.write('\r\033[2K'); | ||
return; | ||
@@ -109,3 +110,3 @@ } | ||
this.stream.write('\r\x1b[2K' + str); | ||
this.stream.write('\r\033[2K' + str); | ||
}; |
{ | ||
"name": "progress" | ||
, "version": "0.0.2" | ||
, "version": "0.0.3" | ||
, "description": "Flexible ascii progress bar" | ||
@@ -5,0 +5,0 @@ , "keywords": ["cli", "progress"] |
6517
92