Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | readme and docs | Kartik K. Agaram | 2021-11-05 | 2 | -103/+1 | |
* | 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 | |
* | slightly improve hanoi rendering | Kartik K. Agaram | 2021-11-05 | 1 | -1/+1 | |
* | menu entry: cleanly exit | Kartik K. Agaram | 2021-11-05 | 1 | -3/+21 | |
* | colors: init_pair/color_pair | Kartik K. Agaram | 2021-11-05 | 3 | -4/+39 | |
* | . | Kartik K. Agaram | 2021-11-05 | 1 | -17/+17 | |
* | slightly clearer rendering in the example app | Kartik K. Agaram | 2021-11-05 | 1 | -3/+11 | |
* | make some space for the global menu | Kartik K. Agaram | 2021-11-05 | 3 | -1/+20 | |
* | move getch out of window scope | Kartik K. Agaram | 2021-11-05 | 2 | -15/+12 | |
* | rename 'screen' to 'window' | Kartik K. Agaram | 2021-11-05 | 1 | -19/+19 | |
* | resist the temptation to add to the Lua API | Kartik K. Agaram | 2021-11-05 | 2 | -22/+12 | |
* | hanoi.lua now working | Kartik K. Agaram | 2021-11-05 | 1 | -2/+2 | |
* | hanoi.lua _almost_ working | Kartik K. Agaram | 2021-11-05 | 2 | -10/+30 | |
* | vimrc | Kartik K. Agaram | 2021-11-05 | 1 | -0/+3 | |
* | window:getch() | Kartik K. Agaram | 2021-11-05 | 2 | -5/+17 | |
* | hanoi.lua now rendering | Kartik K. Agaram | 2021-11-05 | 1 | -4/+5 | |
* | curses print constants | Kartik K. Agaram | 2021-11-05 | 1 | -0/+72 | |
* | grouping | Kartik K. Agaram | 2021-11-05 | 1 | -0/+4 | |
* | mvaddch/mvaddstr | Kartik K. Agaram | 2021-11-05 | 1 | -0/+33 | |
* | attron/attroff | Kartik K. Agaram | 2021-11-05 | 1 | -0/+18 | |
* | window:getmaxyx() | Kartik K. Agaram | 2021-11-05 | 2 | -2/+23 | |
* | . | Kartik K. Agaram | 2021-11-05 | 1 | -0/+1 | |
* | window:clear() | Kartik K. Agaram | 2021-11-05 | 1 | -0/+7 | |
* | ok, what do we need next for hanoi.lua? | Kartik K. Agaram | 2021-11-05 | 1 | -0/+76 | |
* | reindent | Kartik K. Agaram | 2021-11-05 | 1 | -7/+7 | |
* | ohh, that word 'index' was key | Kartik K. Agaram | 2021-11-05 | 1 | -0/+4 | |
* | oh, that's just a cosmetic thing | Kartik K. Agaram | 2021-11-05 | 1 | -0/+13 | |
* | copy metatable name from lcurses | Kartik K. Agaram | 2021-11-05 | 1 | -3/+3 | |
* | metatables seem to be a separate namespace from globals | Kartik K. Agaram | 2021-11-05 | 1 | -3/+3 | |
* | snapshot | Kartik K. Agaram | 2021-11-05 | 1 | -2/+61 | |
* | stdscr binding | Kartik K. Agaram | 2021-11-05 | 1 | -0/+12 | |
* | starting on curses library | Kartik K. Agaram | 2021-11-05 | 5 | -3/+46 | |
* | 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 | 2 | -3/+86 | |
* | I don't yet understand the stack | Kartik K. Agaram | 2021-10-24 | 2 | -5/+4 | |
* | ok, starting to make sense now | Kartik K. Agaram | 2021-10-24 | 1 | -3/+1 | |
* | done reading lua_newstate | Kartik K. Agaram | 2021-10-24 | 1 | -1/+8 |