about summary refs log tree commit diff stats
path: root/src/lcurses/compat-5.2.c
Commit message (Collapse)AuthorAgeFilesLines
* standardize warning flags everywhereKartik K. Agaram2021-11-221-1/+1
| | | | | | | | | | I'd like to enable -Wextra as well, but that creates some false positives. I've at least made my changes clean w.r.t. -Wextra. Now we have 4 remaining warnings with gcc 9.3 that seem genuine. Need to fix those.
* inline lcurses maximally rather than minimallyKartik K. Agaram2021-11-191-0/+682
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.