about summary refs log tree commit diff stats
path: root/src/lua.c
Commit message (Expand)AuthorAgeFilesLines
...
* delete a helper that hides stack side effectsKartik K. Agaram2021-11-111-8/+2
* extract a few helper functionsKartik K. Agaram2021-11-111-21/+26
* .Kartik K. Agaram2021-11-111-14/+14
* .Kartik K. Agaram2021-11-111-1/+1
* reorgKartik K. Agaram2021-11-111-0/+44
* edit a single hard-coded definition in the imageKartik K. Agaram2021-11-101-6/+19
* .Kartik K. Agaram2021-11-101-23/+23
* new .tlv image formatKartik K. Agaram2021-11-101-0/+72
* life: move starting pattern around on the screenKartik K. Agaram2021-11-101-0/+1
* better support light backgroundsKartik K. Agaram2021-11-071-0/+1
* game of lifeKartik K. Agaram2021-11-061-0/+2
* escape hatch to quit with a pending errorKartik K. Agaram2021-11-061-3/+4
* reorg editor transitionsKartik K. Agaram2021-11-061-3/+10
* start showing error messages in editorKartik K. Agaram2021-11-061-4/+17
* simple interface for adding to app menuKartik K. Agaram2021-11-061-2/+3
* utterly ghastly way to rerun script after editKartik K. Agaram2021-11-051-1/+3
* stitch editor inKartik K. Agaram2021-11-051-3/+3
* drop test array data structureKartik K. Agaram2021-11-051-82/+0
* .Kartik K. Agaram2021-11-051-8/+0
* colors: init_pair/color_pairKartik K. Agaram2021-11-051-0/+1
* make some space for the global menuKartik K. Agaram2021-11-051-1/+4
* metatables seem to be a separate namespace from globalsKartik K. Agaram2021-11-051-3/+3
* starting on curses libraryKartik K. Agaram2021-11-051-1/+0
* https://www.lua.org/pil/28.3.htmlKartik K. Agaram2021-11-051-2/+13
* https://www.lua.org/pil/28.2.htmlKartik K. Agaram2021-11-051-7/+16
* confirmed that this is the sameKartik K. Agaram2021-11-051-2/+2
* going through chapter 28 of https://www.lua.org/pilKartik K. Agaram2021-11-051-3/+71
* I don't yet understand the stackKartik K. Agaram2021-10-241-0/+3
* trying to make sense of how bindings are createdKartik K. Agaram2021-10-241-1/+1
* drop support for '-' filenameKartik K. Agaram2021-10-221-10/+3
* ncurses I/O in lua.cKartik K. Agaram2021-10-221-10/+15
* kill lua_readline abstractionKartik K. Agaram2021-10-221-1/+3
* purge notion of commandline historyKartik K. Agaram2021-10-221-2/+0
* new fork of Lua 5.1Kartik K. Agaram2021-10-221-0/+392