about summary refs log tree commit diff stats
path: root/src/kilo.c
Commit message (Expand)AuthorAgeFilesLines
...
* start using static linkage like the rest of LuaKartik K. Agaram2021-11-131-46/+42
* create empty file when navigating to empty definitionKartik K. Agaram2021-11-111-1/+1
* fix incorrect hotkey in menuKartik K. Agaram2021-11-111-2/+2
* ctrl-g to edit a different definitionKartik K. Agaram2021-11-111-1/+58
* pass lua_State into editorKartik K. Agaram2021-11-111-3/+3
* reorgKartik K. Agaram2021-11-111-48/+0
* edit a single hard-coded definition in the imageKartik K. Agaram2021-11-101-0/+50
* switch menu bars to reverse videoKartik K. Agaram2021-11-071-5/+5
* escape hatch to quit with a pending errorKartik K. Agaram2021-11-061-2/+10
* start showing error messages in editorKartik K. Agaram2021-11-061-1/+2
* .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
* utterly ghastly way to rerun script after editKartik K. Agaram2021-11-051-2/+3
* stitch editor inKartik K. Agaram2021-11-051-57/+19
* select an editor to bundle: kiloKartik K. Agaram2021-11-051-0/+1308