about summary refs log tree commit diff stats
path: root/src/lcurseslib.c
Commit message (Expand)AuthorAgeFilesLines
* port changes from minimal to maximal versionKartik K. Agaram2021-11-201-443/+0
* cleaner dialogsKartik K. Agaram2021-11-141-1/+1
* .Kartik K. Agaram2021-11-131-2/+2
* .Kartik K. Agaram2021-11-131-7/+6
* replace Kilo's raw terminal handling with ncursesKartik K. Agaram2021-11-131-1/+1
* start using static linkage like the rest of LuaKartik K. Agaram2021-11-131-2/+2
* edit a single hard-coded definition in the imageKartik K. Agaram2021-11-101-2/+2
* life: move starting pattern around on the screenKartik K. Agaram2021-11-101-0/+92
* switch menu bars to reverse videoKartik K. Agaram2021-11-071-4/+4
* fix menu colorsKartik K. Agaram2021-11-071-3/+2
* more obvious phrasingKartik K. Agaram2021-11-071-7/+4
* fix a regression in commit ee85ad384f17Kartik K. Agaram2021-11-071-0/+1
* .Kartik K. Agaram2021-11-071-1/+1
* .Kartik K. Agaram2021-11-061-3/+1
* window:nodelay() for non-blocking inputKartik K. Agaram2021-11-061-0/+16
* reorg editor transitionsKartik K. Agaram2021-11-061-9/+3
* start showing error messages in editorKartik K. Agaram2021-11-061-2/+2
* simple interface for adding to app menuKartik K. Agaram2021-11-061-2/+14
* refactor menu drawingKartik K. Agaram2021-11-061-9/+20
* 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