-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
New lines are created for progressive updates rather than replacing the old ones #1732
Comments
I'm seeing the same issue after the creators update. |
After trying to work around the same issue I've discovered that line breaks "break" at exactly 160 terminal chars width Hyper window regardless of font size or anything else, at least at my own PC. |
I observed the same behavior as @siziyman. |
What is your $TERM variable set to? |
Well, it's doing this with yarn and powershell. |
Also, this seems to result in the offset console bug as well. I have to suspect that it is an issue in the underlying hterm library. |
Interestingly enough, this is only happening with the progress bar. It does not happen with the spinner. Given that this is also triggering the console offset bug, I suspect that it is the combination of some strange width character and clear line that causes this. |
has there been any progress on this issue? |
I suspect that this is going to be fixed when we finish replacing the underlying terminal library. |
Also happens on PowerShell with Creators Update. It maybe Yarn issue? 😅 |
Related issue: yarnpkg/yarn#2530 |
has anyone an idea when this will be fixed? |
Fixed by yarnpkg/yarn#4317. 🎉 We can wait for Yarn newer version. |
@gluons Thank you for your feedback! |
Issue
After updating Windows 10 to the last version (creators update) I wanted to try again hyper.app with the improved bash for window. Unfortunately it seems like progressive updates are broken, new lines are constantly created instead of replacing the old ones and even the cursor is far off its position. Since I wasn't using hyper.app from some times I first disabled all the plugins and the created a fresh .hyper.js config file, but nothing changed. I attached a screenshot to better show the problem.
The text was updated successfully, but these errors were encountered: