Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update screenshot | Kartik K. Agaram | 2021-11-07 | 2 | -0/+0 |
| | |||||
* | switch menu bars to reverse video | Kartik K. Agaram | 2021-11-07 | 2 | -9/+9 |
| | |||||
* | update screenshot | Kartik K. Agaram | 2021-11-07 | 1 | -0/+0 |
| | |||||
* | delete some Lua 5.1 things | Kartik K. Agaram | 2021-11-07 | 37 | -1765/+0 |
| | | | | These are likely to suffer bitrot. | ||||
* | fix menu colors | Kartik K. Agaram | 2021-11-07 | 1 | -3/+2 |
| | | | | I had it switching to a dark background on me. | ||||
* | better support light backgrounds | Kartik K. Agaram | 2021-11-07 | 1 | -0/+1 |
| | | | | Thanks nicolas decoster for reporting this issue. | ||||
* | more obvious phrasing | Kartik K. Agaram | 2021-11-07 | 1 | -7/+4 |
| | | | | Early returns are only worthwhile if they're utterly obvious. | ||||
* | fix a regression in commit ee85ad384f17 | Kartik K. Agaram | 2021-11-07 | 1 | -0/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-07 | 1 | -1/+1 |
| | |||||
* | apps don't need to setlocale; it's hardcoded | Kartik K. Agaram | 2021-11-06 | 1 | -1/+0 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -4/+2 |
| | |||||
* | syntax highlighting on GitHub | Kartik K. Agaram | 2021-11-06 | 1 | -0/+1 |
| | |||||
* | game of life | Kartik K. Agaram | 2021-11-06 | 3 | -1/+204 |
| | | | | | This required me to figure out some unicode-related nuances, but no new primitives. | ||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -3/+1 |
| | |||||
* | window:nodelay() for non-blocking input | Kartik K. Agaram | 2021-11-06 | 1 | -0/+16 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -0/+12 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -10/+16 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -1/+2 |
| | |||||
* | escape hatch to quit with a pending error | Kartik K. Agaram | 2021-11-06 | 2 | -5/+14 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -0/+0 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -2/+2 |
| | |||||
* | reorg editor transitions | Kartik K. Agaram | 2021-11-06 | 2 | -12/+13 |
| | |||||
* | start showing error messages in editor | Kartik K. Agaram | 2021-11-06 | 3 | -7/+21 |
| | | | | | | | | | | | 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. | ||||
* | new example: counter app | Kartik K. Agaram | 2021-11-06 | 3 | -2/+32 |
| | |||||
* | simple interface for adding to app menu | Kartik K. Agaram | 2021-11-06 | 4 | -4/+19 |
| | | | | | | We're not going to enforce that the menu items actually do what they advertise. It's just a way to draw on the bottom line of screen, something apps aren't otherwise allowed to do. | ||||
* | refactor menu drawing | Kartik K. Agaram | 2021-11-06 | 1 | -9/+20 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -6/+0 |
| | |||||
* | adjust app style a tad denser | Kartik K. Agaram | 2021-11-06 | 2 | -34/+16 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -1/+1 |
| | |||||
* | update screenshots | Kartik K. Agaram | 2021-11-06 | 2 | -0/+0 |
| | |||||
* | tweak the example app | Kartik K. Agaram | 2021-11-06 | 2 | -16/+18 |
| | |||||
* | 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. | ||||
* | . | Kartik K. Agaram | 2021-11-06 | 1 | -1/+1 |
| | |||||
* | one more faq | Kartik K. Agaram | 2021-11-06 | 1 | -0/+17 |
| | |||||
* | readme and docs | Kartik K. Agaram | 2021-11-05 | 5 | -8/+106 |
| | |||||
* | clean up first paint of editor | Kartik K. Agaram | 2021-11-05 | 1 | -0/+1 |
| | |||||
* | utterly ghastly way to rerun script after edit | Kartik K. Agaram | 2021-11-05 | 3 | -5/+14 |
| | |||||
* | stitch editor in | Kartik K. Agaram | 2021-11-05 | 4 | -62/+28 |
| | |||||
* | drop test array data structure | Kartik K. Agaram | 2021-11-05 | 1 | -82/+0 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-05 | 1 | -8/+0 |
| | |||||
* | 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. | ||||
* | slightly improve hanoi rendering | Kartik K. Agaram | 2021-11-05 | 2 | -2/+2 |
| | |||||
* | menu entry: cleanly exit | Kartik K. Agaram | 2021-11-05 | 1 | -3/+21 |
| | |||||
* | colors: init_pair/color_pair | Kartik K. Agaram | 2021-11-05 | 4 | -8/+52 |
| |