about summary refs log tree commit diff stats
path: root/src/lua.c
Commit message (Expand)AuthorAgeFilesLines
...
* janky way to cancel browsingKartik K. Agaram2021-11-141-6/+9
* slightly more obvious browse dialogKartik K. Agaram2021-11-141-1/+4
* cleaner layout for a function's code and dataKartik K. Agaram2021-11-131-6/+54
* .Kartik K. Agaram2021-11-131-0/+1
* .Kartik K. Agaram2021-11-131-4/+1
* .Kartik K. Agaram2021-11-131-1/+1
* clean up after the editorKartik K. Agaram2021-11-131-0/+1
* .Kartik K. Agaram2021-11-131-1/+2
* .Kartik K. Agaram2021-11-131-1/+1
* replace Kilo's raw terminal handling with ncursesKartik K. Agaram2021-11-131-1/+0
* avoid side-effects on the Lua stackKartik K. Agaram2021-11-131-0/+5
* stop leaking memoryKartik K. Agaram2021-11-131-2/+3
* memory corruption bugKartik K. Agaram2021-11-131-1/+3
* .Kartik K. Agaram2021-11-131-6/+0
* very rudimentary definition browserKartik K. Agaram2021-11-131-3/+25
* .Kartik K. Agaram2021-11-131-3/+3
* .Kartik K. Agaram2021-11-131-9/+0
* .Kartik K. Agaram2021-11-131-5/+9
* shield kilo.c from teliva_editbuffer detailKartik K. Agaram2021-11-131-0/+6
* .Kartik K. Agaram2021-11-131-2/+5
* .Kartik K. Agaram2021-11-131-6/+6
* .Kartik K. Agaram2021-11-131-11/+18
* clean up experiment from previous commitKartik K. Agaram2021-11-131-10/+0
* instrumenting function calls with their depthKartik K. Agaram2021-11-131-0/+10
* create empty file when navigating to empty definitionKartik K. Agaram2021-11-111-3/+3
* ctrl-g to edit a different definitionKartik K. Agaram2021-11-111-2/+10
* gracefully handle missing definitionKartik K. Agaram2021-11-111-0/+1
* .Kartik K. Agaram2021-11-111-5/+5
* global for current definition being editedKartik K. Agaram2021-11-111-3/+5
* pass lua_State into editorKartik K. Agaram2021-11-111-3/+3
* 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