Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | standardize filenames that teliva strews on disk | Kartik K. Agaram | 2021-11-28 | 1 | -2/+2 |
* | restore editor state from snapshot | Kartik K. Agaram | 2021-11-28 | 1 | -0/+18 |
* | save a snapshot of editor state across restarts | Kartik K. Agaram | 2021-11-28 | 1 | -0/+2 |
* | fix backspace on Mac | Kartik K. Agaram | 2021-11-28 | 1 | -1/+1 |
* | editor hotkeys: sol/eol | Kartik K. Agaram | 2021-11-28 | 1 | -4/+19 |
* | dedup an enum | Kartik K. Agaram | 2021-11-26 | 1 | -19/+1 |
* | new shortcut: return to big-picture view | Kartik K. Agaram | 2021-11-25 | 1 | -3/+18 |
* | make upstream kilo ASan-clean | Kartik K. Agaram | 2021-11-25 | 1 | -3/+4 |
* | standardize warning flags everywhere | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
* | . | Kartik K. Agaram | 2021-11-22 | 1 | -13/+8 |
* | cleaner error handling | Kartik K. Agaram | 2021-11-14 | 1 | -4/+2 |
* | remain in editor on error | Kartik K. Agaram | 2021-11-14 | 1 | -0/+11 |
* | . | Kartik K. Agaram | 2021-11-14 | 1 | -1/+1 |
* | more menu cleanup | Kartik K. Agaram | 2021-11-14 | 1 | -7/+12 |
* | . | Kartik K. Agaram | 2021-11-14 | 1 | -2/+2 |
* | draw the browse dialog the same way | Kartik K. Agaram | 2021-11-14 | 1 | -1/+1 |
* | dialogs are not status messages | Kartik K. Agaram | 2021-11-14 | 1 | -3/+8 |
* | cleaner dialogs | Kartik K. Agaram | 2021-11-14 | 1 | -22/+59 |
* | no, use Esc to cancel | Kartik K. Agaram | 2021-11-14 | 1 | -5/+5 |
* | use word at cursor when it's not at start of line | Kartik K. Agaram | 2021-11-14 | 1 | -2/+4 |
* | editor: use ctrl-g to cancel dialogs | Kartik K. Agaram | 2021-11-13 | 1 | -5/+5 |
* | jump to word at cursor by default | Kartik K. Agaram | 2021-11-13 | 1 | -0/+28 |
* | ctrl-u to clear response in go menu | Kartik K. Agaram | 2021-11-13 | 1 | -0/+3 |
* | reset cursor position when switching definitions | Kartik K. Agaram | 2021-11-13 | 1 | -0/+2 |
* | . | Kartik K. Agaram | 2021-11-13 | 1 | -1/+0 |
* | cleaner layout for a function's code and data | Kartik K. Agaram | 2021-11-13 | 1 | -3/+0 |
* | generalize kilo's hard-coded multiline C syntax | Kartik K. Agaram | 2021-11-13 | 1 | -21/+28 |
* | . | Kartik K. Agaram | 2021-11-13 | 1 | -6/+2 |
* | fix for editor highlighting | Kartik K. Agaram | 2021-11-13 | 1 | -1/+2 |
* | kill highlighting flags | Kartik K. Agaram | 2021-11-13 | 1 | -9/+5 |
* | replace Kilo's raw terminal handling with ncurses | Kartik K. Agaram | 2021-11-13 | 1 | -355/+91 |
* | stop leaking memory | Kartik K. Agaram | 2021-11-13 | 1 | -2/+3 |
* | shield kilo.c from teliva_editbuffer detail | Kartik K. Agaram | 2021-11-13 | 1 | -4/+4 |
* | . | Kartik K. Agaram | 2021-11-13 | 1 | -1/+1 |
* | . | Kartik K. Agaram | 2021-11-13 | 1 | -4/+2 |
* | . | Kartik K. Agaram | 2021-11-13 | 1 | -3/+3 |
* | . | Kartik K. Agaram | 2021-11-13 | 1 | -11/+2 |
* | start using static linkage like the rest of Lua | Kartik K. Agaram | 2021-11-13 | 1 | -46/+42 |
* | create empty file when navigating to empty definition | Kartik K. Agaram | 2021-11-11 | 1 | -1/+1 |
* | fix incorrect hotkey in menu | Kartik K. Agaram | 2021-11-11 | 1 | -2/+2 |
* | ctrl-g to edit a different definition | Kartik K. Agaram | 2021-11-11 | 1 | -1/+58 |
* | pass lua_State into editor | Kartik K. Agaram | 2021-11-11 | 1 | -3/+3 |
* | reorg | Kartik K. Agaram | 2021-11-11 | 1 | -48/+0 |
* | edit a single hard-coded definition in the image | Kartik K. Agaram | 2021-11-10 | 1 | -0/+50 |
* | switch menu bars to reverse video | Kartik K. Agaram | 2021-11-07 | 1 | -5/+5 |
* | escape hatch to quit with a pending error | Kartik K. Agaram | 2021-11-06 | 1 | -2/+10 |
* | start showing error messages in editor | Kartik K. Agaram | 2021-11-06 | 1 | -1/+2 |
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -6/+0 |
* | auto-save | Kartik K. Agaram | 2021-11-06 | 1 | -10/+2 |
* | replace initial help message with a menu | Kartik K. Agaram | 2021-11-06 | 1 | -8/+5 |