-
Notifications
You must be signed in to change notification settings - Fork 1
Did not work with Mac #2
Comments
Thanks to report. TBH I have no memory about this library since my own last commit was 4 years ago. Do you have any idea to fix this? |
I think i will investigate after work, maybe you will see a pull request in the week end ! But if you can investigate too i will be happy too because i am not really sure about the cause ;) |
maybe this issue from another library can help you: |
Okay seems that your struct field CC (of go) has a len of 32, (for an unknown reason) and i think you should set the const:
Maybe test your code on a real linux system and not a mac. For my part, this is fixed. |
back to linux, okay this solution not work, NCCS vary in function of which system you are using ! |
I have no spare time to deal with this immediately. If you want, could you send a pull request to this? |
Hello,
Your library don't work with max osx version High Sierra v10.13.6.
Problem
At this function:
You got an out of range:
I've tryed to protect cTerm.c_cc to not get an out of range for idx. But the behaviour is not like ubuntu, there is no keys that it read. (Because it work as expected on ubuntu).
Thanks you !
The text was updated successfully, but these errors were encountered: