about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ctrl-g to edit a different definitionKartik K. Agaram2021-11-112-3/+68
* 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-112-6/+6
* 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-112-48/+44
* edit a single hard-coded definition in the imageKartik K. Agaram2021-11-103-8/+71
* .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-102-0/+93
* .Kartik K. Agaram2021-11-091-28/+0
* switch menu bars to reverse videoKartik K. Agaram2021-11-072-9/+9
* fix menu colorsKartik K. Agaram2021-11-071-3/+2
* better support light backgroundsKartik K. Agaram2021-11-071-0/+1
* more obvious phrasingKartik K. Agaram2021-11-071-7/+4
* fix a regression in commit ee85ad384f17Kartik K. Agaram2021-11-071-0/+1
* .Kartik K. Agaram2021-11-071-1/+1
* game of lifeKartik K. Agaram2021-11-062-1/+3
* .Kartik K. Agaram2021-11-061-3/+1
* window:nodelay() for non-blocking inputKartik K. Agaram2021-11-061-0/+16
* escape hatch to quit with a pending errorKartik K. Agaram2021-11-062-5/+14
* reorg editor transitionsKartik K. Agaram2021-11-062-12/+13
* start showing error messages in editorKartik K. Agaram2021-11-063-7/+21
* simple interface for adding to app menuKartik K. Agaram2021-11-062-4/+17
* refactor menu drawingKartik K. Agaram2021-11-061-9/+20
* .Kartik K. Agaram2021-11-061-6/+0
* auto-saveKartik K. Agaram2021-11-061-10/+2
* replace initial help message with a menuKartik K. Agaram2021-11-061-8/+5
* no, more consistent to toggle run/edit with ctrl-eKartik K. Agaram2021-11-061-3/+4
* exit editor with ctrl-x for consistencyKartik K. Agaram2021-11-061-3/+4
* .Kartik K. Agaram2021-11-061-2/+2
* .Kartik K. Agaram2021-11-061-21/+21
* clean up when leaving editorKartik K. Agaram2021-11-061-0/+1
* readme and docsKartik K. Agaram2021-11-052-103/+1
* clean up first paint of editorKartik K. Agaram2021-11-051-0/+1
* utterly ghastly way to rerun script after editKartik K. Agaram2021-11-053-5/+14
* stitch editor inKartik K. Agaram2021-11-054-62/+28
* drop test array data structureKartik K. Agaram2021-11-051-82/+0
* .Kartik K. Agaram2021-11-051-8/+0
* select an editor to bundle: kiloKartik K. Agaram2021-11-051-0/+1308
* slightly improve hanoi renderingKartik K. Agaram2021-11-051-1/+1
* menu entry: cleanly exitKartik K. Agaram2021-11-051-3/+21
* colors: init_pair/color_pairKartik K. Agaram2021-11-053-4/+39
* .Kartik K. Agaram2021-11-051-17/+17
* slightly clearer rendering in the example appKartik K. Agaram2021-11-051-3/+11
* make some space for the global menuKartik K. Agaram2021-11-053-1/+20