about summary refs log tree commit diff stats
path: root/src/kilo.c
Commit message (Expand)AuthorAgeFilesLines
* new shortcut: return to big-picture viewKartik K. Agaram2021-11-251-3/+18
* make upstream kilo ASan-cleanKartik K. Agaram2021-11-251-3/+4
* standardize warning flags everywhereKartik K. Agaram2021-11-221-1/+1
* .Kartik K. Agaram2021-11-221-13/+8
* cleaner error handlingKartik K. Agaram2021-11-141-4/+2
* remain in editor on errorKartik K. Agaram2021-11-141-0/+11
* .Kartik K. Agaram2021-11-141-1/+1
* more menu cleanupKartik K. Agaram2021-11-141-7/+12
* .Kartik K. Agaram2021-11-141-2/+2
* draw the browse dialog the same wayKartik K. Agaram2021-11-141-1/+1
* dialogs are not status messagesKartik K. Agaram2021-11-141-3/+8
* cleaner dialogsKartik K. Agaram2021-11-141-22/+59
* 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-131-3/+0
* 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
* kill highlighting flagsKartik K. Agaram2021-11-131-9/+5
* replace Kilo's raw terminal handling with ncursesKartik K. Agaram2021-11-131-355/+91
* stop leaking memoryKartik K. Agaram2021-11-131-2/+3
* shield kilo.c from teliva_editbuffer detailKartik K. Agaram2021-11-131-4/+4
* .Kartik K. Agaram2021-11-131-1/+1
* .Kartik K. Agaram2021-11-131-4/+2
* .Kartik K. Agaram2021-11-131-3/+3
* .Kartik K. Agaram2021-11-131-11/+2
* 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