summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2007-11-08typo in mouse args in 24073Peter Stephenson1-1/+1
2007-11-08typo in parameter setting 24073Peter Stephenson1-1/+1
2007-11-08typo in parameter setting 24073Peter Stephenson1-4/+4
2007-11-0724073 (plus tweak): zcurses mouse handlingPeter Stephenson1-19/+230
2007-11-0624070: some \u fixes in getkeystring()Peter Stephenson1-73/+134
2007-11-0624069: add zcurses_keycodesPeter Stephenson1-0/+12
2007-11-0624068: attempt to make `printf "%g\n" -0 output "-0"Peter Stephenson1-3/+19
2007-11-04fallout from 24050: add curses_keys.h to .cvsignorePeter Stephenson1-0/+1
add high res timestamps to NEWS
2007-11-0124050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle3-0/+95
2007-11-0124048: fix home directory expansion with NIS on SolarisOliver Kiddle1-1/+2
2007-10-3124045: fix memory leak where old value of an environment variable isn't freedOliver Kiddle1-0/+2
2007-10-31Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison1-1/+2
2007-10-3024038: add "zcurses bg"Peter Stephenson1-24/+104
2007-10-30users/12149: "@" with splitting in double quotes retains empty fieldsPeter Stephenson1-10/+13
2007-10-30adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson1-0/+12
2007-10-29fix crash when colo[u]r is not available in cursesPeter Stephenson1-0/+4
2007-10-28add zcurses timeoutPeter Stephenson1-1/+29
2007-10-2824027: subwindows, "touch", optimized refreshPeter Stephenson1-21/+124
2007-10-2824026: default colors in zcursesPeter Stephenson1-0/+15
2007-10-2724025: new zcurses "clear" and "location" subcommandsPeter Stephenson1-1/+1
zcurses window "stdscr" various minor zcurses tweaks
2007-10-2724025: new zcurses "clear" and "location" subcommandsPeter Stephenson2-17/+119
zcurses window "stdscr" various minor zcurses tweaks
2007-10-26zcurses input: oopsPeter Stephenson1-1/+1
2007-10-2624024: add zcurses input with keypad handlingPeter Stephenson3-0/+139
2007-10-2424018: add zcurses scrollPeter Stephenson1-0/+50
2007-10-2424017: fold zcurses color into attrPeter Stephenson1-80/+182
add some zcurses parameters a bit of tidying
2007-10-2424016: compilation with curses and not ncursesPeter Stephenson1-4/+11
2007-10-2324012: rename "endwin", "c", and "s" to "endwin", "char", and "string" ↵Clint Adams1-3/+3
respectively.
2007-10-2324011: various tweaks to zcurses commands including rearrangement to dispatchingPeter Stephenson1-268/+311
2007-10-2324010: fix max arguments for 'zcurses border' to 1.Clint Adams1-1/+1
2007-10-23users/12087: fix globbing problem on CygwinPeter Stephenson1-1/+20
2007-10-2224007: prompt allocation and use of "shout"Peter Stephenson2-5/+5
2007-10-2224006: (F) glob qualifier should unmetafyPeter Stephenson1-2/+5
2007-10-2124005: enforce min/max arguments on zcurses commands.Clint Adams1-2/+8
2007-10-2024002: change all the subcommands from option letters to words.Clint Adams1-66/+110
2007-10-2024001: fix up zcurses -CPeter Stephenson1-19/+25
2007-10-1923997: don't delete color pair hash on module unload unless it's been ↵Clint Adams1-2/+3
previously initialized.
2007-10-1923924: Improve synchronising of character attributes with otherGeoff Wing2-30/+29
output routines
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-14unposted: update for zsh/curses module and documentation.Clint Adams1-0/+1
2007-10-1423952: work with non-wide curses as well.Clint Adams2-2/+18
2007-10-1123927: don't define struct timezone if ZSH_OOT_MODULE is defined.Clint Adams1-1/+1
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 Adams2-95/+111