Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | global for current definition being edited | Kartik K. Agaram | 2021-11-11 | 1 | -3/+5 | |
* | pass lua_State into editor | Kartik K. Agaram | 2021-11-11 | 1 | -3/+3 | |
* | delete a helper that hides stack side effects | Kartik K. Agaram | 2021-11-11 | 1 | -8/+2 | |
* | extract a few helper functions | Kartik K. Agaram | 2021-11-11 | 1 | -21/+26 | |
* | . | Kartik K. Agaram | 2021-11-11 | 1 | -14/+14 | |
* | . | Kartik K. Agaram | 2021-11-11 | 1 | -1/+1 | |
* | reorg | Kartik K. Agaram | 2021-11-11 | 1 | -0/+44 | |
* | edit a single hard-coded definition in the image | Kartik K. Agaram | 2021-11-10 | 1 | -6/+19 | |
* | . | Kartik K. Agaram | 2021-11-10 | 1 | -23/+23 | |
* | new .tlv image format | Kartik K. Agaram | 2021-11-10 | 1 | -0/+72 | |
* | life: move starting pattern around on the screen | Kartik K. Agaram | 2021-11-10 | 1 | -0/+1 | |
* | better support light backgrounds | Kartik K. Agaram | 2021-11-07 | 1 | -0/+1 | |
* | game of life | Kartik K. Agaram | 2021-11-06 | 1 | -0/+2 | |
* | escape hatch to quit with a pending error | Kartik K. Agaram | 2021-11-06 | 1 | -3/+4 | |
* | reorg editor transitions | Kartik K. Agaram | 2021-11-06 | 1 | -3/+10 | |
* | start showing error messages in editor | Kartik K. Agaram | 2021-11-06 | 1 | -4/+17 | |
* | simple interface for adding to app menu | Kartik K. Agaram | 2021-11-06 | 1 | -2/+3 | |
* | utterly ghastly way to rerun script after edit | Kartik K. Agaram | 2021-11-05 | 1 | -1/+3 | |
* | stitch editor in | Kartik K. Agaram | 2021-11-05 | 1 | -3/+3 | |
* | drop test array data structure | Kartik K. Agaram | 2021-11-05 | 1 | -82/+0 | |
* | . | Kartik K. Agaram | 2021-11-05 | 1 | -8/+0 | |
* | colors: init_pair/color_pair | Kartik K. Agaram | 2021-11-05 | 1 | -0/+1 | |
* | make some space for the global menu | Kartik K. Agaram | 2021-11-05 | 1 | -1/+4 | |
* | metatables seem to be a separate namespace from globals | Kartik K. Agaram | 2021-11-05 | 1 | -3/+3 | |
* | starting on curses library | Kartik K. Agaram | 2021-11-05 | 1 | -1/+0 | |
* | https://www.lua.org/pil/28.3.html | Kartik K. Agaram | 2021-11-05 | 1 | -2/+13 | |
* | https://www.lua.org/pil/28.2.html | Kartik K. Agaram | 2021-11-05 | 1 | -7/+16 | |
* | confirmed that this is the same | Kartik K. Agaram | 2021-11-05 | 1 | -2/+2 | |
* | going through chapter 28 of https://www.lua.org/pil | Kartik K. Agaram | 2021-11-05 | 1 | -3/+71 | |
* | I don't yet understand the stack | Kartik K. Agaram | 2021-10-24 | 1 | -0/+3 | |
* | trying to make sense of how bindings are created | Kartik K. Agaram | 2021-10-24 | 1 | -1/+1 | |
* | drop support for '-' filename | Kartik K. Agaram | 2021-10-22 | 1 | -10/+3 | |
* | ncurses I/O in lua.c | Kartik K. Agaram | 2021-10-22 | 1 | -10/+15 | |
* | kill lua_readline abstraction | Kartik K. Agaram | 2021-10-22 | 1 | -1/+3 | |
* | purge notion of commandline history | Kartik K. Agaram | 2021-10-22 | 1 | -2/+0 | |
* | new fork of Lua 5.1 | Kartik K. Agaram | 2021-10-22 | 1 | -0/+392 |