-
Notifications
You must be signed in to change notification settings - Fork 34
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
MacOs arm64 #180
Comments
JVM or native? |
Jvm . I didn't try native. |
I'm guessing it's the same issue as #86, where JNA just doesn't support macos arm64 well. Maybe a future JNA release will improve that, but really I think the solution is to implement an FFM version of all the syscall code. FFM has its own drawbacks, but at least it should work. I'll update the docs to mention support. |
Native is also not working for me. Just doing fun main() {
Terminal().interactiveSelectList(listOf("a", "b"))
} |
Does the list show up but inputs are ignored? Or are you seeing some other problem? |
Yes it renders properly, it just doesn't respond to any input. |
Is there any workaround for running this sample code on macOS arm64? In my case, inputs are ignored.
same stuff working on Linux.
Thx
The text was updated successfully, but these errors were encountered: