Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1007] Patched SimpleTerminalEmulator to handle \r & \r\n correctly for Win32. #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LanetheGreat
Copy link

PR for Ticket #1007.

Fixes issue with pipenv command line spinner filling up log.
Noticed this bug awhile ago since support for pipenv was added and wanted to do something about it, mostly cosmetic but slightly annoying to see the visual log bloated like that and wasn't sure if anybody else noticed it too.

Fixes this from happening with pipenv's spinner animations:

Creating a virtualenv for this project…
Pipfile: C:\Users\lshaw\Documents\Git\product-web\Pipfile
Using C:/Program Files/Python36/python.exe (3.6.8) to create virtualenv…

[    ] Creating virtual environment...
□
[=   ] Creating virtual environment...
□
[==  ] Creating virtual environment...
□
[=== ] Creating virtual environment...
□
[ ===] Creating virtual environment...
...etc...

Fixes issue with pipenv command line spinner filling up log.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant