Reputation: 53
i am just wondering if it's posable and also I will need a example to understand what I need to do for it? i am needing it for a cross over between lua and the termanal to make a ui
Upvotes: 0
Views: 461
Reputation: 86
It is https://github.com/luaposix/luaposix exists.
Actually, I had developed luancurses some time ago, but I've abandonned it in favour of luaposix: it works under latest lua releases (5.2, 5.3) and has ncurses bindings too.
And there are examples, including ncurses ones.
Upvotes: 2