-
Notifications
You must be signed in to change notification settings - Fork 48
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
Effectiveness of F2, Control-X and so on #18
Comments
|
I see the same behavior when installing the port but not when compiling from source. Digging. |
|
Thanks for the report @grahamperrin. I think 31e89a6 will fix this issue. I'll update the port after fix is confirmed. To explain what is going on in these last few commits... The editor stores key bindings in a hash map. This hash map is keyed by a struct ( Surprisingly this bug only surfaced on certain build configurations on FreeBSD. I cannot fully explain why this only affects certain build configurations, nor why the last commit (af0444b) fixed the previously failing functional test but broke all user input for the prod build. In Commit 31e89a6 is more vigilant about how |
|
Should be fixed now. Thanks again for the report. |
|
Fix confirmed – thanks. |
Re: https://github.com/adsr/mle#user-content-basic-usage and #17 (comment) there's no response to F2 or Control-X on FreeBSD.
Please, what am I missing?
Should I report a bug in the FreeBSD area? https://www.freshports.org/editors/mle/
The text was updated successfully, but these errors were encountered: