-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Mark ESC as handled so that it doesn't come back in CharacterHandler #1974
Conversation
terminal/src/cascadia/TerminalCore/Terminal.cpp Lines 265 to 268 in fad7638
Follow up: why do we need to track I guess we want to mark "manually handled" things that |
I see. It's because when we have a character-producing key, it comes in as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK.
gfdi github's merge conflict resolver changed the line endings |
🎉 Handy links: |
Fixes #1295.
Summary of the Pull Request
There are four places where we could possibly fix this.
terminal/src/terminal/input/terminalInput.cpp
Line 55 in fad7638
terminal/src/terminal/input/terminalInput.cpp
Line 88 in fad7638
I just chose one. Why not here? We should document what each of those does and why they are they way they are.
PR Checklist