about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* port changes from minimal to maximal versionKartik K. Agaram2021-11-205-531/+47
* report errors when calling non-existent functionsKartik K. Agaram2021-11-201-2/+4
* inline in C is not worth the troubleKartik K. Agaram2021-11-201-2/+2
* inline lcurses maximally rather than minimallyKartik K. Agaram2021-11-1912-4/+4991
* tested on Mac OSKartik K. Agaram2021-11-141-1/+1
* import life.teliva into image formatKartik K. Agaram2021-11-141-0/+1
* cleaner error handlingKartik K. Agaram2021-11-142-21/+9
* .Kartik K. Agaram2021-11-141-2/+1
* remain in editor on errorKartik K. Agaram2021-11-142-5/+31
* .Kartik K. Agaram2021-11-142-3/+3
* find _some_ way to show error on initial loadKartik K. Agaram2021-11-141-2/+8
* more menu cleanupKartik K. Agaram2021-11-142-8/+16
* .Kartik K. Agaram2021-11-142-20/+20
* drop support for non-image Lua scriptsKartik K. Agaram2021-11-141-35/+8
* draw the browse dialog the same wayKartik K. Agaram2021-11-142-10/+46
* dialogs are not status messagesKartik K. Agaram2021-11-141-3/+8
* smarter image browsingKartik K. Agaram2021-11-141-19/+53
* slightly more robust on-disk formatKartik K. Agaram2021-11-141-2/+2
* janky way to cancel browsingKartik K. Agaram2021-11-141-6/+9
* slightly more obvious browse dialogKartik K. Agaram2021-11-141-1/+4
* cleaner dialogsKartik K. Agaram2021-11-142-23/+60
* no, use Esc to cancelKartik K. Agaram2021-11-141-5/+5
* use word at cursor when it's not at start of lineKartik K. Agaram2021-11-141-2/+4
* editor: use ctrl-g to cancel dialogsKartik K. Agaram2021-11-131-5/+5
* jump to word at cursor by defaultKartik K. Agaram2021-11-131-0/+28
* ctrl-u to clear response in go menuKartik K. Agaram2021-11-131-0/+3
* reset cursor position when switching definitionsKartik K. Agaram2021-11-131-0/+2
* .Kartik K. Agaram2021-11-131-1/+0
* cleaner layout for a function's code and dataKartik K. Agaram2021-11-132-9/+54
* .Kartik K. Agaram2021-11-131-0/+1
* .Kartik K. Agaram2021-11-131-4/+1
* .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