-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Windows Powershell resize #2798
Comments
What version of windows are you on? Type |
@mat007 does it happen when you try on Windows Terminal? |
Also how are you creating the pty backend? |
Try setting the |
As a matter of fact, it does! So I guess that means it’s a Powershell terminal bug… |
@mat007 if it repros in windows terminal is means it's a conpty bug. You should report to https://github.com/microsoft/terminal |
Thanks @Tyriar 👍 |
A bit late but thanks @Tyriar |
So I created another ticket on that microsoft/terminal#5254 |
I made an Electron app using xterm.js to integrate a terminal.
When the default terminal is Powershell, it doesn't resize correctly when maximizing/unmaximazing the windows. The same thing happened on Hyper, or Electerm which use xterm internally.
When using other things than Powershell, like
cmd.exe
, that works fine.Details
Steps to reproduce
ls
ls
and see thatls
is not positioned correctlyScreen capture here:
The text was updated successfully, but these errors were encountered: