Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-03 | Big glfw refactor | Harry Jeffery | |
I did a lot of this in a very ad-hoc fashion with no proper commit history. As such, the kindest thing to do seemed to be to just squash it into this one commit. | |||
2018-11-26 | binds: Add imv_binds_clear_key | Harry Jeffery | |
2018-09-01 | Added support for multiple commands per bind. | Jeinzi | |
2017-11-23 | Add default_binds option to prevent conflicts | Harry Jeffery | |
2017-11-23 | Implement key binding logic | Harry Jeffery | |
This code is *heavily* based on work I previously did for aerc. Since I'm the author of that code, and therefore the copyright holder, I'm able to heavily re-use logic. Of course, because of the differences between termbox and SDL's event logic and key naming features, there's some significant differences in how binds are handled, and how keys are named. |