-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cursor misalignment occurs in Windows LocalShell #39
Comments
Signed-off-by: xiaoming <[email protected]>
Now we can solve this problem by setting ResizeQuirk to false, but we need to check whether it will introduce other problems. quardCRT/lib/ptyqt/conptyprocess.cpp Lines 419 to 432 in 7238615
|
After some testing, removing the "--resizeQuirk" setting has better display effects on PowerShell, SSH, and WSL than before. Although there are still some strange behaviors, they are completely consistent with the behavior of Microsoft Terminal, so this change is acceptable. We continue to look forward to further optimization of conpty by Microsoft in the future. |
Adjusting the window size of the local terminal in Windows will cause the cursor position to be incorrect.
This issue may come from the reflow of the conpty,
refer to the following:
microsoft/terminal#16985
microsoft/terminal#14291
microsoft/terminal#1173
QuardCRT currently does not plan to support conpty‘s resize quirk. Waiting for the official support of passthrough may fundamentally solve this problem.
The text was updated successfully, but these errors were encountered: