-
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
.NET 5 fails to read the HOME key on ubuntu16.04 #44621
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @eiriktsarpalis, @jeffhandley Issue meta data
|
I'm able to reproduce using PuTTY. Seeing the same issue with function keys F1-F4 ( Note that other terminal emulators I tested (Windows terminal, xterm, gnome terminal) all map the Home key to As a side note, it looks like |
Is this a regression from 3.1? |
I don't believe it is, the same behaviour reproduces in 3.1 as well. |
OK, thanks just look on the lookout for regressions now we shipped (I'm adding the regression from last release label) |
VTSequence for Home is ^[[1~.
bash is able to recognize this VTSequence. .NET fails to recognize the VTSequence.
TERM used is xterm.
I haven't tried the older versions of .NET. But I guess it exists on the older .NET versions as this is a fundamental issue.
Below screenshot captures all the details
The text was updated successfully, but these errors were encountered: