]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.cc
Normalize Signed-By values by removing trailing commas everywhere
[apt.git] / apt-pkg / install-progress.cc
index 14409e301437c5b1c9ae434b12d6fca09a5720fa..f1a9f42dc4b40af47654a891261ab220272bcd5b 100644 (file)
@@ -333,6 +333,7 @@ void PackageManagerFancy::Stop()
       // override the progress line (sledgehammer)
       static const char* clear_screen_below_cursor = "\033[J";
       std::cout << clear_screen_below_cursor;
+      std::flush(std::cout);
    }
    child_pty = -1;
 }