about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more configurable colorsKartik K. Agaram2021-12-065-29/+135
* grey rather than harsh white backgroundKartik K. Agaram2021-12-041-2/+2
* clearer usage messageKartik K. Agaram2021-12-041-1/+1
* start showing call stack on errorsKartik K. Agaram2021-12-042-47/+64
* another fix for colorsKartik K. Agaram2021-12-031-2/+2
* support the comment/uncomment hotkey on MacsKartik K. Agaram2021-12-032-2/+3
* less ambiguous menusKartik K. Agaram2021-12-032-9/+9
* get rid of `Esc` hotkeyKartik K. Agaram2021-12-033-10/+9
* 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-033-18/+15
* error message when no app is providedKartik K. Agaram2021-12-031-194/+6
* .Kartik K. Agaram2021-12-031-2/+3
* legible colors across all terminal configurationsKartik K. Agaram2021-12-031-1/+1
* show state of screen on runtime errorKartik K. Agaram2021-12-031-0/+7
* .Kartik K. Agaram2021-12-031-1/+1
* extract a helperKartik K. Agaram2021-12-031-18/+32
* fix a slight portability issue, maybeKartik K. Agaram2021-12-021-1/+1
* stop inserting ctrl- keys into programsKartik K. Agaram2021-11-301-4/+2
* better cross-platform backspace supportKartik K. Agaram2021-11-302-4/+10
* kilo bugfix: syntax highlight final word in lineKartik K. Agaram2021-11-291-1/+1
* gotcha: silent string concatenationKartik K. Agaram2021-11-291-1/+1
* .Kartik K. Agaram2021-11-291-7/+7
* a couple more global curses bindingsKartik K. Agaram2021-11-291-0/+3
* fix regression in showing error messagesKartik K. Agaram2021-11-291-4/+4
* .Kartik K. Agaram2021-11-291-2/+0
* let people fix bad images from within TelivaKartik K. Agaram2021-11-292-12/+28
* 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-282-0/+28
* ctrl-u/ctrl-k to make editing a bit more ergonomicKartik K. Agaram2021-11-282-1/+18
* special indent settings for kiloKartik K. Agaram2021-11-281-0/+3
* indentKartik K. Agaram2021-11-281-40/+40
* mac backspace attempt 3Kartik K. Agaram2021-11-281-1/+1
* fix half-assed mac os backspace commitKartik K. Agaram2021-11-282-4/+4
* sacrificing another LoC to ward off crashesKartik K. Agaram2021-11-281-0/+1
* editing notes sucks a little lessKartik K. Agaram2021-11-282-4/+10
* fix the bug described in commit cec57992b7Kartik K. Agaram2021-11-281-4/+12
* rename a fn and reorganize its responsibilitiesKartik K. Agaram2021-11-281-3/+3
* split a lumpy abstraction into two cleaner onesKartik K. Agaram2021-11-281-13/+19
* purge abstraction hiding teliva_editor_bufferKartik K. Agaram2021-11-281-10/+5
* inline another functionKartik K. Agaram2021-11-282-8/+2
* take one responsibility away from edit_imageKartik K. Agaram2021-11-281-4/+4
* .Kartik K. Agaram2021-11-281-1/+1
* inline an unnecessary functionKartik K. Agaram2021-11-281-7/+2
* start streamlining architectureKartik K. Agaram2021-11-282-3/+4