summaryrefslogtreecommitdiff
path: root/Src/Modules/curses.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-1823989: add broken zcurses -C to set window colors.Clint Adams1-6/+123
2007-10-1823978: zcurses -s with wide characters: use waddwstr()Peter Stephenson1-28/+20
2007-10-1723981: add zcurses -A to set window attributes.Clint Adams1-8/+82
2007-10-1723970: zcurses -i/-e, fix leak, add zcurses -r with no argumentPeter Stephenson1-15/+50
23968 (Vin Shelton): yodl fix
2007-10-1523964: call endwin() in curses module cleanup.Clint Adams1-0/+1
2007-10-1523962: store windows in a linked list instead of a static array, and use ↵Clint Adams1-53/+119
strings as window identifiers instead of integers.
2007-10-1523958: change target window to be the first argument of zcurses -a.Clint Adams1-6/+6
2007-10-1523957: minor fixes.Clint Adams1-1/+1
2007-10-1423952: work with non-wide curses as well.Clint Adams1-1/+17
2007-10-0823923: fold all other curses windowing builtins into zcurses.Clint Adams1-107/+70
2007-10-0823919: have new zcurses builtin replace 4 separate builtins.Clint Adams1-94/+110
2007-10-0823911: curses windowing module.Clint Adams1-0/+331