about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reorg editor transitionsKartik K. Agaram2021-11-062-12/+13
* start showing error messages in editorKartik K. Agaram2021-11-063-7/+21
* simple interface for adding to app menuKartik K. Agaram2021-11-062-4/+17
* refactor menu drawingKartik K. Agaram2021-11-061-9/+20
* .Kartik K. Agaram2021-11-061-6/+0
* auto-saveKartik K. Agaram2021-11-061-10/+2
* replace initial help message with a menuKartik K. Agaram2021-11-061-8/+5
* no, more consistent to toggle run/edit with ctrl-eKartik K. Agaram2021-11-061-3/+4
* exit editor with ctrl-x for consistencyKartik K. Agaram2021-11-061-3/+4
* .Kartik K. Agaram2021-11-061-2/+2
* .Kartik K. Agaram2021-11-061-21/+21
* clean up when leaving editorKartik K. Agaram2021-11-061-0/+1
* readme and docsKartik K. Agaram2021-11-052-103/+1
* clean up first paint of editorKartik K. Agaram2021-11-051-0/+1
* utterly ghastly way to rerun script after editKartik K. Agaram2021-11-053-5/+14
* stitch editor inKartik K. Agaram2021-11-054-62/+28
* drop test array data structureKartik K. Agaram2021-11-051-82/+0
* .Kartik K. Agaram2021-11-051-8/+0
* select an editor to bundle: kiloKartik K. Agaram2021-11-051-0/+1308
* slightly improve hanoi renderingKartik K. Agaram2021-11-051-1/+1
* menu entry: cleanly exitKartik K. Agaram2021-11-051-3/+21
* colors: init_pair/color_pairKartik K. Agaram2021-11-053-4/+39
* .Kartik K. Agaram2021-11-051-17/+17
* slightly clearer rendering in the example appKartik K. Agaram2021-11-051-3/+11
* make some space for the global menuKartik K. Agaram2021-11-053-1/+20
* move getch out of window scopeKartik K. Agaram2021-11-052-15/+12
* rename 'screen' to 'window'Kartik K. Agaram2021-11-051-19/+19
* resist the temptation to add to the Lua APIKartik K. Agaram2021-11-052-22/+12
* hanoi.lua now workingKartik K. Agaram2021-11-051-2/+2
* hanoi.lua _almost_ workingKartik K. Agaram2021-11-052-10/+30
* vimrcKartik K. Agaram2021-11-051-0/+3
* 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-051-0/+76
* 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