Ensure we flush when the line is cleared

This commit is contained in:
Andrew Naylor 2015-09-20 23:03:06 +01:00
parent 44da5a3638
commit de1d921ba3

View file

@ -90,6 +90,7 @@ func clearLine() {
return
}
print("\(csi)2K\(csi)0G")
fflush(stdout)
}
extension SSDownloadStatus {