-
Notifications
You must be signed in to change notification settings - Fork 541
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
Support iojs #92
Comments
@secrettriangle can you confirm this does work using legacy node (0.10.x) or is this specific to io.js? |
@timoxley this affects |
@secrettriangle, this is bizarre. If it thinks the mouse protocol is a keystroke, it still shouldn't output it. Could you try running |
It works just fine with |
I see. We might just have to include our own superior version of |
It should be okay now. Give it a try. |
This code is problematic -- if multiple keystrokes come through, it treats it as one long sequence and only handles the first keystroke as opposed to splitting out each keystroke into its own separate |
It's certainly better than spitting junk in the terminal from a regression. I went and took one of the older readline commits. Feel free to improve it and submit a PR. |
@secrettriangle, I've added you as a collaborator. Feel free to make commits to keys.js. |
@secrettriangle, any progress on keys.js? I'd like to get those commits in before a release. I also want to do a release for all of the fixes I recently made, mostly related to box scrolling. |
Thanks @chjj! :) I'm really busy these days but I'll try to take a look sometime soon! Don't feel as if you have to wait for me to take a look at |
This fix should also remove blessed from the io.js thread (mentioning it here to follow the rules): nodejs/node#456 |
If you run
iojs test/widget-form.js
, focus theInput
, and move the mouse, the input is filled with garbage. Running iTerm2 Build 2.0.0.20141103 with iojs v1.0.2.Possibly related: #91
The text was updated successfully, but these errors were encountered: