about summary refs log tree commit diff stats
path: root/src/lcurseslib.c
Commit message (Expand)AuthorAgeFilesLines
* clean up first paint of editorKartik K. Agaram2021-11-051-0/+1
* utterly ghastly way to rerun script after editKartik K. Agaram2021-11-051-2/+8
* stitch editor inKartik K. Agaram2021-11-051-1/+4
* menu entry: cleanly exitKartik K. Agaram2021-11-051-3/+21
* colors: init_pair/color_pairKartik K. Agaram2021-11-051-0/+26
* .Kartik K. Agaram2021-11-051-17/+17
* make some space for the global menuKartik K. Agaram2021-11-051-0/+15
* move getch out of window scopeKartik K. Agaram2021-11-051-13/+10
* resist the temptation to add to the Lua APIKartik K. Agaram2021-11-051-20/+0
* hanoi.lua _almost_ workingKartik K. Agaram2021-11-051-6/+26
* window:getch()Kartik K. Agaram2021-11-051-0/+13
* 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-051-0/+22
* .Kartik K. Agaram2021-11-051-0/+1
* window:clear()Kartik K. Agaram2021-11-051-0/+7
* 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
* snapshotKartik K. Agaram2021-11-051-2/+61
* stdscr bindingKartik K. Agaram2021-11-051-0/+12
* starting on curses libraryKartik K. Agaram2021-11-051-0/+40