about summary refs log tree commit diff stats
path: root/src/lcurses/curses.lua
Commit message (Collapse)AuthorAgeFilesLines
* a couple more global curses bindingsKartik K. Agaram2021-11-291-0/+3
|
* one more curses bindingKartik K. Agaram2021-11-251-0/+1
|
* port changes from minimal to maximal versionKartik K. Agaram2021-11-201-41/+8
| | | | From lcurseslib.c to lcurses/ directory.
* inline lcurses maximally rather than minimallyKartik K. Agaram2021-11-191-0/+58
Until now we had just the bare minimum bindings needed for the demos built so far. Now we have all of lcurses building in place with minimal changes. The changes in this commit can run hanoi.lua when inlined into Lua 5.1, but don't work with Teliva.