about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* window:getch()Kartik K. Agaram2021-11-052-5/+17
* hanoi.lua now renderingKartik K. Agaram2021-11-051-4/+5
* curses print constantsKartik K. Agaram2021-11-051-0/+72
* groupingKartik K. Agaram2021-11-051-0/+4
* mvaddch/mvaddstrKartik K. Agaram2021-11-051-0/+33
* attron/attroffKartik K. Agaram2021-11-051-0/+18
* window:getmaxyx()Kartik K. Agaram2021-11-052-2/+23
* .Kartik K. Agaram2021-11-051-0/+1
* window:clear()Kartik K. Agaram2021-11-051-0/+7
* ok, what do we need next for hanoi.lua?Kartik K. Agaram2021-11-052-2/+78
* reindentKartik K. Agaram2021-11-051-7/+7
* ohh, that word 'index' was keyKartik K. Agaram2021-11-051-0/+4
* oh, that's just a cosmetic thingKartik K. Agaram2021-11-051-0/+13
* copy metatable name from lcursesKartik K. Agaram2021-11-051-3/+3
* metatables seem to be a separate namespace from globalsKartik K. Agaram2021-11-051-3/+3
* snapshotKartik K. Agaram2021-11-051-2/+61
* stdscr bindingKartik K. Agaram2021-11-051-0/+12
* starting on curses libraryKartik K. Agaram2021-11-055-3/+46
* https://www.lua.org/pil/28.3.htmlKartik K. Agaram2021-11-051-2/+13
* https://www.lua.org/pil/28.2.htmlKartik K. Agaram2021-11-051-7/+16
* confirmed that this is the sameKartik K. Agaram2021-11-051-2/+2
* going through chapter 28 of https://www.lua.org/pilKartik K. Agaram2021-11-052-3/+86
* I don't yet understand the stackKartik K. Agaram2021-10-242-5/+4
* ok, starting to make sense nowKartik K. Agaram2021-10-241-3/+1
* done reading lua_newstateKartik K. Agaram2021-10-241-1/+8
* mildly less confusingKartik K. Agaram2021-10-241-1/+1
* back to making sense of lua_newstateKartik K. Agaram2021-10-241-1/+1
* get rid of userstate hooksKartik K. Agaram2021-10-245-21/+0
* get rid of fromstate/tostateKartik K. Agaram2021-10-242-9/+4
* get rid of state_sizeKartik K. Agaram2021-10-242-6/+5
* get rid of LUAI_EXTRASPACEKartik K. Agaram2021-10-243-12/+17
* trying to make sense of how bindings are createdKartik K. Agaram2021-10-243-4/+2
* a simple test "app": towers of hanoiKartik K. Agaram2021-10-231-0/+78
* print's newline now returns to column 0Kartik K. Agaram2021-10-221-10/+7
* drop lua_stdin_is_ttyKartik K. Agaram2021-10-221-17/+0
* drop support for '-' filenameKartik K. Agaram2021-10-221-10/+3
* ncurses I/O in lua.cKartik K. Agaram2021-10-221-10/+15
* kill lua_readline abstractionKartik K. Agaram2021-10-222-6/+3
* purge notion of commandline historyKartik K. Agaram2021-10-222-4/+0
* delete readline supportKartik K. Agaram2021-10-222-22/+4
* clean up a few warnings with gcc 9.3.0Kartik K. Agaram2021-10-223-3/+3
* new fork of Lua 5.1Kartik K. Agaram2021-10-22102-0/+28521