diff --git a/image_creator/output/cli.py b/image_creator/output/cli.py
index 211eb0402882b1f91c93da085c9911bb755ec837..2859552080962aa7c0b0c5834410eef04908c0e9 100644
--- a/image_creator/output/cli.py
+++ b/image_creator/output/cli.py
@@ -102,6 +102,7 @@ class OutputWthProgress(SimpleOutput):
         }
 
         def __init__(self, size, title, bar_type='default'):
+            self.hide_cursor = False
             super(OutputWthProgress._Progress, self).__init__()
             self.title = title
             self.fill = '#'