-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Key/Character Coding Not Being Read After Using "Less" Command #461
Comments
Likely to due with |
andyleejordan
added
the
Issue-Bug
Issue has been identified as a bug in the product
label
Jan 28, 2016
Any full-screen program executed within PowerShell causes this, e.g. vim as well. |
Need to check what exactly is changing in the environment and TTY when new commands are issued, then send a repro to the CLR guys. |
|
andyleejordan
added
Blocked
blocked on something external to this repo
and removed
in progress
labels
Feb 23, 2016
andyleejordan
added
in progress
and removed
Blocked
blocked on something external to this repo
labels
Mar 1, 2016
This is also fixed by dotnet/corefx#6488. Waiting on packages. |
This was referenced Mar 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After using the "less" command, up, down, left, right, home, and end return alphabetically characters into the buffer instead of being read as special keys.
Guessing whatever is calling into "less" is setting some sort of character encoding that is not being set back, and then the caret or escape characters are being interpreted incorrectly.
"A" is being mapped to Up, "B" to down, "C" to left, "D" to right, "H" to home and "E" to end.
The text was updated successfully, but these errors were encountered: