-
Notifications
You must be signed in to change notification settings - Fork 129
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
spinner fills console with WWWW
in JetBrains console.
#110
Comments
But if I started command from iTerm, the problem no longer appears. |
Same issue, problem exists for standard Windows terminal since v1.12.0. Rollback to v1.11.1 helps. For macOS iTerm - no problems. |
Hmmm, I wonder what the possible commonality between the Goland terminal and the Windows terminal is? I'll checkout a differ between the two releases to see if I see anything obvious. Thanks for reporting this. |
same problem on windows putty terminal. I also rollback to v1.11.1 and resolved. |
Any update on this? |
Just encountered this on Linux with zsh shell. But only for one line that was longer than my terminal width and had to be wrapped around. |
@briandowns Lines 399 to 401 in 2cb1a33
I tried removing this code and it still works fine on macOS iterm2, Terminal, JetBrains terminal and vscode's terminal. I'm not sure what this compatibility is for, maybe a historical reason? |
Thanks @Dreamacro . Would it be possible to open a pull request? |
This fixes a problem with garbage terminal output in some terminals: briandowns/spinner#110
As I started spinner in Goland, spinner fills console with
WWWW
.CleanShot.2021-01-09.at.12.24.54.mp4
The text was updated successfully, but these errors were encountered: