-
Notifications
You must be signed in to change notification settings - Fork 84
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
Mulitline does not work well on windows command prompt #69
Comments
can you provide a minimal example to reproduce the issue ? |
That was a really quick response! |
the windows command prompt doesn't work as expected. please use the powershell. generally the window has to be bigger then the number of total progress bars - see #59 |
"cli-progress is not designed for windows even it may work" - it would be best mentioned on the README.md then |
maybe...but this issue affects any UI component within the standard command prompts on windows |
did you tried it with windows powershell on win10 ? |
Same issue with powershell. |
Thanks for your responses Andi. I've settled for how it is on Win8. I dont have Win10, so cant verify at my end. |
i've already added a "weak" notice about windows platforms: https://github.com/AndiDittrich/Node.CLI-Progress#compatibility btw. cli-progress is also used in NodeMCU-Tool which doesn't encountered any issue with older windows versions yet - therefore you're observed behaviour is very strange |
For every update, a new bar is written ie. the original bar is not updated.
Instead of getting one line that updates (code #1), I get a separate line for every update (code #2)
node=11
cli-progress=3.8.0
windows=8
terminal= Microsoft Windows [Version 6.3.9600]
The text was updated successfully, but these errors were encountered: