Skip to content

Conversation

@w32zhong
Copy link

@w32zhong w32zhong commented Apr 19, 2016

Do not trigger ESC sequence handler after hit ESC key to "escape" completion mode.

In completion, when you hit ESC to go back in original buffer, the ESC
is further passed to linenoiseEdit() switch handler, and this ESC will
trigger a "escape sequence" so that the next sequence of keys (usually
the next two hits) will be "swallowed" unexpectedly.

…pletion mode.

In completion, when you hit ESC to go back in original buffer, the ESC
is further passed to linenoiseEdit() switch handler, and this ESC will
trigger a "escape sequence" so that the next sequence of keys (usually
the next two hits) will be "swallowed" unexpectedly.
@w32zhong w32zhong changed the title Fix the subsequent two ignored key hits after escape from completion mode. Fix the subsequent two ignored key hits after escaping from completion mode. Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant