-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Bash on Ubuntu on Windows drawing issues while resizing window #30
Comments
I can confirm that this is in fact happening. I can understand why it's happening, given the current workings of the console. However, I don't think a fix would be super easy. I believe this has something to do with the Console reflowing the text after a resize event. We keep redrawing the buffer every time the size changes, and then apt is also redrawing on top of that, and everyone gets confused. We might be able to defer reflowing until the resize has stopped, but that might not resolve the problem entirely, and might make it worse. I'll add it to my bug backlog either way. |
The problem has probably something do with recognizing |
So, I've taken a closer look at this. I believe the "Right Way" to fix this is to implement a more unix-y buffer. Unfortunately that's a little bit bigger of a task then we can get done for the next release, but (without committing to anything) we do have work planned in that area. In the meantime, I'm replacing the "bug" label with the "feature" label - still on our radar, just a little bit farther out. |
Can this issue be closed now that #8000 is closed? |
Yeah, now that #8000 is done, we think that this is as good as it gets. Closing. |
Updating a Raspberry Pi with Raspbian OS using 'apt' via SSH in Bash for Windows and resizing the window during the upgrade phase (sudo apt upgrade -y) seems to have rows drawing issues.
I was able to reproduce it also within my Bash sub-system while upgrading it.
The text was updated successfully, but these errors were encountered: