-
Notifications
You must be signed in to change notification settings - Fork 30.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
Horizontal resize screws up horizontal terminal layout #8336
Comments
Upstream issue for prompt messing up on resize: xtermjs/xterm.js#103 |
I've consolidated all issues related to horizontally resizing the viewport under this one. It's important to note that Windows seems to behave a little worse when resizing than other platforms, wrapping some lines incorrectly. These are still all upstream issues as mentioned in #8336 (comment) |
Several months later and no update? What does "upstream" mean in this context by the way? I only add a comment because the integrated terminal feature seems to be a major factor when considering whether to go with Code or not. Is this a problem with Windows installations only? I can use and resize an external cmd window just fine when I exec |
Upstream means xterm.js. There is a community member who has a PR out at the moment but it needs to be reworked after some big performance related improvements. It applies to all operating systems. |
OK, thanks for the update. |
The resize discarding data is fixed in Insiders, the data will now reappear when resized back thanks xtermjs/xterm.js#616 from @LucianBuzzo. @LucianBuzzo also has a PR out that isn't merged just yet that adds support for reflowing the lines so they will get wrapped when the horizontal size is reduced! This is tracked in #23688 |
#8222
The text was updated successfully, but these errors were encountered: