-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Console.ReadKey and pressing SHIFT+END returns invalid escape sequence on WSL/Ubuntu #45597
Comments
Tagging subscribers to this area: @eiriktsarpalis Issue DetailsDescriptionFrom the issue in kalk#18 When pressing
It generates the following sequence on Linux:
instead of generating the following on Windows:
I don't know if it is a problem in .NET or WSL. ConfigurationTested on all WSL Ubuntu versions (16.04, 20.04) Regression?No, it was already broken with netcoreapp3.1 Other informationNo workaround
|
@adamsitnik This might be worth re-testing to see if it gets fixed as part of #802. |
Description
From the issue in kalk#18
When pressing
SHIFT+END
with the following program in WSL:It generates the following sequence on Linux:
instead of generating the following on Windows:
I don't know if it is a problem in .NET or WSL.
Configuration
Tested on all WSL Ubuntu versions (16.04, 20.04)
Tested with .NET Core App 3.1 and .NET 5.0
Regression?
No, it was already broken with netcoreapp3.1
Other information
No workaround
The text was updated successfully, but these errors were encountered: