about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* add some mod_export tags where needed zsh-4.3.4-dev-2Peter Stephenson2007-11-202-3/+3
* unposted: prepare for 4.3.4-dev-2Peter Stephenson2007-11-201-1/+1
* users/12230: fix problem setting killring to zero sizePeter Stephenson2007-11-191-10/+12
* 24089 plus tweak: fix curses on older systemsPeter Stephenson2007-11-121-7/+12
* Vin Shelton: 24088: error with no multibytePeter Stephenson2007-11-121-1/+1
* 24083: add zcurses querycharPeter Stephenson2007-11-101-0/+116
* typo in mouse args in 24073Peter Stephenson2007-11-081-1/+1
* typo in parameter setting 24073Peter Stephenson2007-11-081-1/+1
* typo in parameter setting 24073Peter Stephenson2007-11-081-4/+4
* 24073 (plus tweak): zcurses mouse handlingPeter Stephenson2007-11-071-19/+230
* 24070: some \u fixes in getkeystring()Peter Stephenson2007-11-061-73/+134
* 24069: add zcurses_keycodesPeter Stephenson2007-11-061-0/+12
* 24068: attempt to make `printf "%g\n" -0 output "-0"Peter Stephenson2007-11-061-3/+19
* fallout from 24050: add curses_keys.h to .cvsignorePeter Stephenson2007-11-041-0/+1
* 24050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle2007-11-013-0/+95
* 24048: fix home directory expansion with NIS on SolarisOliver Kiddle2007-11-011-1/+2
* 24045: fix memory leak where old value of an environment variable isn't freedOliver Kiddle2007-10-311-0/+2
* Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison2007-10-311-1/+2
* 24038: add "zcurses bg"Peter Stephenson2007-10-301-24/+104
* users/12149: "@" with splitting in double quotes retains empty fieldsPeter Stephenson2007-10-301-10/+13
* adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson2007-10-301-0/+12
* fix crash when colo[u]r is not available in cursesPeter Stephenson2007-10-291-0/+4
* add zcurses timeoutPeter Stephenson2007-10-281-1/+29
* 24027: subwindows, "touch", optimized refreshPeter Stephenson2007-10-281-21/+124
* 24026: default colors in zcursesPeter Stephenson2007-10-281-0/+15
* 24025: new zcurses "clear" and "location" subcommandsPeter Stephenson2007-10-271-1/+1
* 24025: new zcurses "clear" and "location" subcommandsPeter Stephenson2007-10-272-17/+119
* zcurses input: oopsPeter Stephenson2007-10-261-1/+1
* 24024: add zcurses input with keypad handlingPeter Stephenson2007-10-263-0/+139
* 24018: add zcurses scrollPeter Stephenson2007-10-241-0/+50
* 24017: fold zcurses color into attrPeter Stephenson2007-10-241-80/+182
* 24016: compilation with curses and not ncursesPeter Stephenson2007-10-241-4/+11
* 24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" respec...Clint Adams2007-10-231-3/+3
* 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
* users/12087: fix globbing problem on CygwinPeter Stephenson2007-10-231-1/+20
* 24007: prompt allocation and use of "shout"Peter Stephenson2007-10-222-5/+5
* 24006: (F) glob qualifier should unmetafyPeter Stephenson2007-10-221-2/+5
* 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 previou...Clint Adams2007-10-191-2/+3
* 23924: Improve synchronising of character attributes with otherGeoff Wing2007-10-192-30/+29
* 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
* 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 stri...Clint Adams2007-10-151-53/+119
* 23958: change target window to be the first argument of zcurses -a.Clint Adams2007-10-151-6/+6