Escape character is now inserted for subsequent keypresses when the A… #1262
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…lt modifier is held down
I suppose this is more of a question on reasoning than a real request for my patch to be merged, is the behavior of enforcing
self.ctx.received_count()
to be zero typical? I noticed that using Emacs in alacritty felt a little bit off, since I tried to use M-< and M-> to navigate the buffer and it would only work for the first keystroke, with any subsequent keystrokes inserting '<' into the buffer. This is the only terminal emulator I've used that does this.To reproduce this, I would suggest running
cat
and inserting key sequences while holding the alt key.In URxvt:
In alacritty: