about summary refs log tree commit diff stats
path: root/src/kilo.c
Commit message (Expand)AuthorAgeFilesLines
* show common suggestions when editing permissionsKartik K. Agaram2022-04-051-1/+6
* show current definition being editedKartik K. Agaram2022-03-181-4/+4
* stale references to callerKartik K. Agaram2022-03-181-2/+2
* just always temp files to be createdKartik K. Agaram2022-03-071-4/+0
* simplify permissions model for file operationsKartik K. Agaram2022-03-031-2/+2
* prose typos and editsKartik K. Agaram2022-02-031-3/+2
* fix a bug in kiloKartik K. Agaram2022-02-031-1/+1
* file permissions: decide based on calling functionKartik K. Agaram2022-02-011-2/+2
* try to get by with one feature macroKartik K. Agaram2022-01-291-4/+0
* fixup! redo lua vs proseKartik K. Agaram2022-01-291-15/+17
* redo lua vs proseKartik K. Agaram2022-01-261-4/+14
* indentKartik K. Agaram2022-01-261-8/+8
* better default word at cursor for proseKartik K. Agaram2022-01-251-2/+2
* highlight [[wikiwords]] in proseKartik K. Agaram2022-01-251-24/+71
* disable Lua colors in proseKartik K. Agaram2022-01-251-8/+48
* renameKartik K. Agaram2022-01-251-2/+2
* rename a functionKartik K. Agaram2022-01-251-1/+1
* get Teliva running on NetBSDKartik K. Agaram2022-01-241-0/+4
* editing apps: clean up some stale printsKartik K. Agaram2022-01-161-0/+6
* file access policy: support editing with >10 linesKartik K. Agaram2022-01-161-3/+5
* kilo: cleaner go menuKartik K. Agaram2022-01-111-0/+2
* feels more consistent to exit editor with ctrl-xKartik K. Agaram2022-01-041-3/+3
* when editing a function, show its callersKartik K. Agaram2022-01-031-1/+8
* error handling when editing file permissionsKartik K. Agaram2022-01-021-1/+21
* editing file permissionsKartik K. Agaram2022-01-021-1/+22
* make some space for callers of a functionKartik K. Agaram2022-01-021-13/+26
* start parameterizing viewport for editorKartik K. Agaram2022-01-021-8/+18
* editable file permissionsKartik K. Agaram2022-01-021-0/+11
* fork a new editor widget for non-codeKartik K. Agaram2022-01-021-0/+47
* better follow kilo's naming conventionsKartik K. Agaram2022-01-021-3/+3
* start peeling out an editor for non-codeKartik K. Agaram2022-01-021-14/+21
* reorg: pull Teliva-specific stuff out of lua.cKartik K. Agaram2021-12-251-11/+0
* Revert "stop leaking on the Lua stack"Kartik K. Agaram2021-12-161-1/+0
* stop leaking on the Lua stackKartik K. Agaram2021-12-161-0/+1
* commentKartik K. Agaram2021-12-081-0/+2
* display line numbersKartik K. Agaram2021-12-081-12/+29
* fix a use-after-freeKartik K. Agaram2021-12-081-2/+2
* .Kartik K. Agaram2021-12-071-2/+2
* slightly more obvious menu copyKartik K. Agaram2021-12-061-1/+15
* improve backspace copyKartik K. Agaram2021-12-061-2/+2
* more configurable colorsKartik K. Agaram2021-12-061-10/+10
* start showing call stack on errorsKartik K. Agaram2021-12-041-28/+10
* support the comment/uncomment hotkey on MacsKartik K. Agaram2021-12-031-2/+2
* less ambiguous menusKartik K. Agaram2021-12-031-4/+4
* get rid of `Esc` hotkeyKartik K. Agaram2021-12-031-5/+5
* typosKartik K. Agaram2021-12-031-3/+3
* experimenting with different keysKartik K. Agaram2021-12-031-0/+2
* stop showing frequent save messagesKartik K. Agaram2021-12-031-1/+1
* show ^h in a couple more menusKartik K. Agaram2021-12-031-0/+2
* improve support for backspaceKartik K. Agaram2021-12-031-3/+7