Skip to content
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 nightly responds '0' (mode not recognized) to DECRQM 2027 #4521

Open
rockorager opened this issue Nov 2, 2023 · 3 comments
Open
Labels
bug Something isn't working conpty Windows Issue applies to Microsoft Windows

Comments

@rockorager
Copy link

What Operating System(s) are you seeing this problem on?

Windows

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20231030-074559-75909682

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

When querying for Unicode Core support (Mode 2027), wezterm on linux responds with DECRPM 3 (permanently enabled). On Windows, I get a '0' (mode not recognized)

To Reproduce

On windows, maybe in WSL:

printf "\033[?2027\$p" && cat

Configuration

no config

Expected Behavior

Expected response CSI ? 2027 ; 3 $ y

Logs

No response

Anything else?

No response

@rockorager rockorager added the bug Something isn't working label Nov 2, 2023
@wez wez added Windows Issue applies to Microsoft Windows conpty labels Nov 4, 2023
@wez
Copy link
Owner

wez commented Nov 4, 2023

If you use wezterm ssh to login to a remote unix system, does that reproduce?
If that works as expected then this is a conpty issue and may require something along the lines of these upstream MS terminal issues:

to make progress, and then update the bundled conpty binaries we ship with wezterm before this will work as expected.

@wez wez added the waiting-on-op Waiting for more information from the original poster label Nov 4, 2023
@rockorager
Copy link
Author

rockorager commented Nov 4, 2023 via email

@github-actions github-actions bot removed the waiting-on-op Waiting for more information from the original poster label Nov 4, 2023
@rockorager
Copy link
Author

* [Conpty "pass-through" doesn't maintain order of operations microsoft/terminal#8698](https://github.com/microsoft/terminal/issues/8698)

Ah this one explains an entirely different issue I saw related to query responses (getting DA1 response out of order)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working conpty Windows Issue applies to Microsoft Windows
Projects
None yet
Development

No branches or pull requests

2 participants