Description
Hi, I've been looking for a good framework for working with ncurses in lua and by far this one is what works best for me.
It would be nice, though if it would support the ncurses and pdcurses ability to use mouse events. Reading the lua code I
noticed that it might be in the plans since there is a event related to it.
I've been working the last few days in the support for mouse events in ltui, and must say it was really easy to get it working
compared to other solutions. If you would be so kind of reviewing my work, I would love to contribute to this great project.
Describe the solution you'd like
Mouse support for ltui
Describe alternatives you've considered
I've forked the code and made some small changes to it, and now it works! (at least with ncurses. couldn't get to run a
windows machine, yet)
PS: I tried to stick to the coding style as much as possible.