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

Key/Character Coding Not Being Read After Using "Less" Command #461

Closed
ealexjordan opened this issue Jan 28, 2016 · 5 comments
Closed

Key/Character Coding Not Being Read After Using "Less" Command #461

ealexjordan opened this issue Jan 28, 2016 · 5 comments
Assignees
Labels
Issue-Bug Issue has been identified as a bug in the product
Milestone

Comments

@ealexjordan
Copy link
Contributor

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.

@andyleejordan andyleejordan added this to the Preview 1 milestone Jan 28, 2016
@andyleejordan
Copy link
Member

Likely to due with TERM getting set unexpectedly.

@andyleejordan andyleejordan added the Issue-Bug Issue has been identified as a bug in the product label Jan 28, 2016
@andyleejordan
Copy link
Member

Any full-screen program executed within PowerShell causes this, e.g. vim as well.

@andyleejordan andyleejordan self-assigned this Jan 29, 2016
@andyleejordan
Copy link
Member

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
Copy link
Member

TERM and stty remain the same, note added to dotnet/corefx#5902.

@andyleejordan andyleejordan added Blocked blocked on something external to this repo and removed in progress labels Feb 23, 2016
@andyleejordan andyleejordan added in progress and removed Blocked blocked on something external to this repo labels Mar 1, 2016
@andyleejordan
Copy link
Member

This is also fixed by dotnet/corefx#6488. Waiting on packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Issue has been identified as a bug in the product
Projects
None yet
Development

No branches or pull requests

2 participants