-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Added Escape Key to CharacterHandler so it can be handled instead of returned. #1981
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
Conversation
Refactor TerminalApp and Add Tests for Xaml Content (#1164)
|
This looks strictly like a superset of the changes in #1974. I'd rather we take that PR first, then have a discussion if we want to take any of the rest of these changes. |
|
Agreed with the above. I don't want to take this on account of the fact that it's a grab bag of undiscussed things. If it's updated/submitted with just the one concern at hand, I'm happy to review. |
|
I agree with this! Let us merge #1974 first! |
… skip the other checks.
|
Can we get a better title and description of what this PR is supposed to do? It looks like there's a bunch of unrelated changes in a bunch of files, but I have no idea why. |
|
You are right. In fact, I should undo those changes. |
|
Issue has been resolved already in another PR, so I am going to close this |
Summary of the Pull Request
References
PR Checklist
Detailed Description of the Pull Request / Additional comments
Simply, the escape key is not handled, and it should be, as well as adjustments for more clear and maintainable code.
Validation Steps Performed
-Manual testing to ensure no test errors.