Index: /trunk/FACT++/src/Console.cc
===================================================================
--- /trunk/FACT++/src/Console.cc	(revision 10859)
+++ /trunk/FACT++/src/Console.cc	(revision 10860)
@@ -129,5 +129,6 @@
     if (fContinous && fLogO.GetSizeBacklog()>0)
     {
-        std::cout << "\r";
+        // Clear the line we are going to overwrite
+        std::cout << "\r\033[0K";
         fLogO.Display(true);
     }
