Describe the bug
Getting some weird characters at the end of a deploy from a windows host to a linux guest. (don't think the guest really matters)
To Reproduce

Expected behavior
There should be no escape sequences after the end of a deploy. (works from a mac host)
Here's the output from a mac host:

Meta
pyinfra --version.How was pyinfra installed (source/pip)?
pip
Which OS are you using (incl. version)?
windows server 2019
Which Python version are you using?
(venv) PS C:\Users\vagrant> python --version
Python 3.7.6
(venv) PS C:\Users\vagrant> pyinfra --support
--> Support information:
More:
If you're having issues with pyinfra or wish to make feature requests, please
check out the GitHub issues at https://github.com/Fizzadar/pyinfra/issues.
When adding an issue, be sure to include the following:
System: Windows
pyinfra: v0.13.3
Executable: C:\Users\vagrant\venv\Scripts\pyinfra.exe
Python: 3.7.6 (CPython, MSC v.1916 64 bit (AMD64))
Might be related to this: https://github.com/Fizzadar/pyinfra/blob/master/pyinfra/progress.py#L64
Should now be disabled on Windows via https://github.com/Fizzadar/pyinfra/commit/726ced72e0eaad2a720e81e02a9f6539beea9af8.
Thanks!
Let me know when there is a new release and I'll re-test.
Now released in v0.13.4!
Looks really good!
