about summary refs log tree commit diff stats
path: root/src/kilo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* stop inserting ctrl- keys into programsKartik K. Agaram2021-11-301-4/+2
* kilo bugfix: syntax highlight final word in lineKartik K. Agaram2021-11-291-1/+1
* gotcha: silent string concatenationKartik K. Agaram2021-11-291-1/+1
* redo uncommentKartik K. Agaram2021-11-281-5/+6
* auto-indentKartik K. Agaram2021-11-281-1/+7
* tab key: always insert two spacesKartik K. Agaram2021-11-281-0/+5
* hide some 'advanced' hotkeys to support narrow windowsKartik K. Agaram2021-11-281-4/+0
* ctrl-/ to comment/uncomment lineKartik K. Agaram2021-11-281-0/+27
* ctrl-u/ctrl-k to make editing a bit more ergonomicKartik K. Agaram2021-11-281-1/+17
* special indent settings for kiloKartik K. Agaram2021-11-281-0/+3
* indentKartik K. Agaram2021-11-281-40/+40
* fix half-assed mac os backspace commitKartik K. Agaram2021-11-281-2/+2
* editing notes sucks a little lessKartik K. Agaram2021-11-281-2/+8
* inline another functionKartik K. Agaram2021-11-281-2/+2
* standardize filenames that teliva strews on diskKartik K. Agaram2021-11-281-2/+2
* restore editor state from snapshotKartik K. Agaram2021-11-281-0/+18
* save a snapshot of editor state across restartsKartik K. Agaram2021-11-281-0/+2
* fix backspace on MacKartik K. Agaram2021-11-281-1/+1
* editor hotkeys: sol/eolKartik K. Agaram2021-11-281-4/+19
* dedup an enumKartik K. Agaram2021-11-261-19/+1
* 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