about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* .Kartik K. Agaram2021-11-131-1/+1
* generalize kilo's hard-coded multiline C syntaxKartik K. Agaram2021-11-131-21/+28
* .Kartik K. Agaram2021-11-131-6/+2
* fix for editor highlightingKartik K. Agaram2021-11-131-1/+2
* clean up after the editorKartik K. Agaram2021-11-131-0/+1
* .Kartik K. Agaram2021-11-132-3/+4
* .Kartik K. Agaram2021-11-132-8/+7
* kill highlighting flagsKartik K. Agaram2021-11-131-9/+5
* replace Kilo's raw terminal handling with ncursesKartik K. Agaram2021-11-133-357/+92
* avoid side-effects on the Lua stackKartik K. Agaram2021-11-131-0/+5
* stop leaking memoryKartik K. Agaram2021-11-132-4/+6
* 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-132-4/+10
* .Kartik K. Agaram2021-11-131-2/+5
* .Kartik K. Agaram2021-11-131-1/+1
* .Kartik K. Agaram2021-11-132-10/+8
* .Kartik K. Agaram2021-11-131-3/+3
* .Kartik K. Agaram2021-11-132-22/+20
* clean up experiment from previous commitKartik K. Agaram2021-11-131-10/+0
* instrumenting function calls with their depthKartik K. Agaram2021-11-134-2/+66
* start using static linkage like the rest of LuaKartik K. Agaram2021-11-132-48/+44
* create empty file when navigating to empty definitionKartik K. Agaram2021-11-112-4/+4
* fix incorrect hotkey in menuKartik K. Agaram2021-11-111-2/+2
* 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