summaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'example.py')
-rw-r--r--example.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.py b/example.py
index e56ddf6..e12d0d7 100644
--- a/example.py
+++ b/example.py
@@ -44,6 +44,7 @@ def main():
ts.add(ttystatus.Literal(' ('))
ts.add(ttystatus.PercentDone('done', 'total', decimals=2))
ts.add(ttystatus.Literal(' done) '))
+ ts.add(ttystatus.ProgressBar('done', 'total'))
ts.add(ttystatus.Counter('symlink'))
ts.add(ttystatus.Literal(' symlinks found'))
ts['pathnames'] = pathnames