about summary refs log tree commit diff
path: root/Src/Modules/curses.c
Commit message (Collapse)AuthorAgeFilesLines
* 24024: add zcurses input with keypad handlingPeter Stephenson2007-10-261-0/+114
|
* 24018: add zcurses scrollPeter Stephenson2007-10-241-0/+50
|
* 24017: fold zcurses color into attrPeter Stephenson2007-10-241-80/+182
| | | | | add some zcurses parameters a bit of tidying
* 24016: compilation with curses and not ncursesPeter Stephenson2007-10-241-4/+11
|
* 24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" ↵Clint Adams2007-10-231-3/+3
| | | | respectively.
* 24011: various tweaks to zcurses commands including rearrangement to dispatchingPeter Stephenson2007-10-231-268/+311
|
* 24010: fix max arguments for 'zcurses border' to 1.Clint Adams2007-10-231-1/+1
|
* 24005: enforce min/max arguments on zcurses commands.Clint Adams2007-10-211-2/+8
|
* 24002: change all the subcommands from option letters to words.Clint Adams2007-10-201-66/+110
|
* 24001: fix up zcurses -CPeter Stephenson2007-10-201-19/+25
|
* 23997: don't delete color pair hash on module unload unless it's been ↵Clint Adams2007-10-191-2/+3
| | | | previously initialized.
* 23989: add broken zcurses -C to set window colors.Clint Adams2007-10-181-6/+123
|
* 23978: zcurses -s with wide characters: use waddwstr()Peter Stephenson2007-10-181-28/+20
|
* 23981: add zcurses -A to set window attributes.Clint Adams2007-10-171-8/+82
|
* 23970: zcurses -i/-e, fix leak, add zcurses -r with no argumentPeter Stephenson2007-10-171-15/+50
| | | | 23968 (Vin Shelton): yodl fix
* 23964: call endwin() in curses module cleanup.Clint Adams2007-10-151-0/+1
|
* 23962: store windows in a linked list instead of a static array, and use ↵Clint Adams2007-10-151-53/+119
| | | | strings as window identifiers instead of integers.
* 23958: change target window to be the first argument of zcurses -a.Clint Adams2007-10-151-6/+6
|
* 23957: minor fixes.Clint Adams2007-10-151-1/+1
|
* 23952: work with non-wide curses as well.Clint Adams2007-10-141-1/+17
|
* 23923: fold all other curses windowing builtins into zcurses.Clint Adams2007-10-081-107/+70
|
* 23919: have new zcurses builtin replace 4 separate builtins.Clint Adams2007-10-081-94/+110
|
* 23911: curses windowing module.Clint Adams2007-10-081-0/+331