Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | Before we'd end up in cryptic situations where error messages would get hidden when the program got out of ncurses mode. Now it's a little nicer with error messages showing up at the bottom of the editor. But there's still a problem: there's no way to abort without fixing an error. | ||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -6/+0 |
| | |||||
* | auto-save | Kartik K. Agaram | 2021-11-06 | 1 | -10/+2 |
| | | | | We'll add version control soon. | ||||
* | replace initial help message with a menu | Kartik K. Agaram | 2021-11-06 | 1 | -8/+5 |
| | |||||
* | no, more consistent to toggle run/edit with ctrl-e | Kartik K. Agaram | 2021-11-06 | 1 | -3/+4 |
| | |||||
* | exit editor with ctrl-x for consistency | Kartik K. Agaram | 2021-11-06 | 1 | -3/+4 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -21/+21 |
| | |||||
* | clean up when leaving editor | Kartik K. Agaram | 2021-11-06 | 1 | -0/+1 |
| | | | | | kilo.c is still calling exit() in several places that we'll need to gradually clean up. | ||||
* | utterly ghastly way to rerun script after edit | Kartik K. Agaram | 2021-11-05 | 1 | -2/+3 |
| | |||||
* | stitch editor in | Kartik K. Agaram | 2021-11-05 | 1 | -57/+19 |
| | |||||
* | select an editor to bundle: kilo | Kartik K. Agaram | 2021-11-05 | 1 | -0/+1308 |
From https://github.com/antirez/kilo Source code description: https://viewsourcecode.org/snaptoken/kilo BSD 2-clause license seems identical to the MIT in the current codebase. |