-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Couple of points I noticed, wasn't by any means a real review.
- some of the keybindings clash with standard ones, ++e and t at least, didn't check all the rest.
- in zen_controller_init_python() the variable resident_pylib is static so its only ever initialised to NULL once, not sure if thats part of your commented intermittent crash on subsequent calls
- even if the python lib isn't found you fall through to try to initialise anyway, that would probably be a crash.
Metadata
Metadata
Assignees
Labels
No labels