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.

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 can provide screenshots or record a screencast to show apparent difference in behaviour at 159 and 160 characters (making window larger doesn't help, apparently).
I observed the same behavior as @siziyman.
I'm running on Win10 with Creator's Update. The problem doesn't show up on another Win10 PC which does not yet have the Creator's Update.
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.
Or test by grabbing the artifact from https://ci.appveyor.com/project/kittens/yarn/build/3769/job/3owvdyefkpofp10x/artifacts
@gluons Thank you for your feedback!