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

Use builtin 'readline'.emitKeypressEvents if available #266

Open
STRML opened this issue Nov 3, 2016 · 1 comment
Open

Use builtin 'readline'.emitKeypressEvents if available #266

STRML opened this issue Nov 3, 2016 · 1 comment

Comments

@STRML
Copy link

STRML commented Nov 3, 2016

Just spent about an hour debugging a situation where another library instantiated (and cleaned up) a readline, which caused all Blessed keypress events to be emitted twice.

This is because core readline automatically calls its own emitKeypressEvents when any readline is opened, and it does not clean it up.

@nadavhollander
Copy link

nadavhollander commented Jul 18, 2017

+1 Dealing with this exact issue right now -- did you find any fix or workaround? Any help would be much appreciated.

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

No branches or pull requests

2 participants