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

conpty: request DSR-CPR before Win32 input mode #16445

Merged
merged 1 commit into from
Dec 8, 2023

Commits on Dec 8, 2023

  1. conpty: request DSR-CPR before Win32 input mode

    This prevents an issue in conhost where older versions of Windows
    Terminal (including the ones currently inbox in Windows, as well as
    stable and preview) will *still* cause WSL interop to hang on startup.
    
    Since VT input is erroneously re-encoded as Win32 input events on those
    versions, we need to make sure we request the cursor position *before*
    enabling Win32 input mode. That way, the CPR we get back is properly
    encoded.
    DHowett committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    caa3c1a View commit details
    Browse the repository at this point in the history