summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-28add zcurses timeoutPeter Stephenson3-2/+42
2007-10-2824027: subwindows, "touch", optimized refreshPeter Stephenson3-24/+143
2007-10-2824026: default colors in zcursesPeter Stephenson4-3/+27
2007-10-27unposted: document zcurses position properlyPeter Stephenson1-2/+1
2007-10-27unposted: document zcurses position properlyPeter Stephenson2-2/+5
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 Stephenson4-27/+164
zcurses window "stdscr" various minor zcurses tweaks
2007-10-26zcurses input: oopsPeter Stephenson2-1/+3
2007-10-2624024: add zcurses input with keypad handlingPeter Stephenson6-4/+207
2007-10-2624022: completion for dpkg-repack by Dr. Markus Waldeck, tweaked a bit.Clint Adams2-0/+12
2007-10-25c.f. users/12110: another tweak to $SECONDS docPeter Stephenson2-1/+6
2007-10-25c.f. users/12109: tweak to $SECONDS docPeter Stephenson2-2/+7
2007-10-25users/12100: default to a case-insensitive matcher with NO_CASE_GLOBPeter Stephenson3-1/+21
2007-10-2424018: add zcurses scrollPeter Stephenson3-1/+64
2007-10-2424017: fold zcurses color into attrPeter Stephenson3-88/+240
add some zcurses parameters a bit of tidying
2007-10-2424016: compilation with curses and not ncursesPeter Stephenson3-5/+17
2007-10-2324012: rename "endwin", "c", and "s" to "endwin", "char", and "string" ↵Clint Adams3-9/+14
respectively.
2007-10-2324011: various tweaks to zcurses commands including rearrangement to dispatchingPeter Stephenson2-268/+319
2007-10-2324010: fix max arguments for 'zcurses border' to 1.Clint Adams2-1/+6
2007-10-23users/12087: fix globbing problem on CygwinPeter Stephenson1-2/+2
2007-10-23users/12087: fix globbing problem on CygwinPeter Stephenson2-1/+25
2007-10-2224007: prompt allocation and use of "shout"Peter Stephenson3-5/+9
2007-10-2224006: (F) glob qualifier should unmetafyPeter Stephenson2-2/+9
2007-10-2124005: enforce min/max arguments on zcurses commands.Clint Adams2-2/+11
2007-10-2124004: align documentation with UI changes in 24002.Clint Adams2-20/+25
2007-10-2024002: change all the subcommands from option letters to words.Clint Adams2-66/+115
2007-10-2024001: fix up zcurses -CPeter Stephenson2-19/+29
2007-10-20Mikael Magnusson: 23999: improvements for git show, git rev-parse, et al.Clint Adams2-18/+17
2007-10-1923997: don't delete color pair hash on module unload unless it's been ↵Clint Adams2-2/+6
previously initialized.
2007-10-1923994: tweaks for 23993.Clint Adams2-1/+4
2007-10-19Mikael Magnusson: 23993: improved completion for git show.Clint Adams2-1/+20
2007-10-1923924: Improve synchronising of character attributes with otherGeoff Wing3-30/+34
output routines
2007-10-18Mikael Magnusson: 23991: fix typo in __git_blobs().Clint Adams2-1/+4
2007-10-18Mikael Magnusson: 23988: fix git-svn commands completion.Clint Adams2-0/+4
2007-10-1823989: add broken zcurses -C to set window colors.Clint Adams2-6/+128
2007-10-1823986: zmv example for turning spaces into underscoresPeter Stephenson2-0/+10
2007-10-1823978: zcurses -s with wide characters: use waddwstr()Peter Stephenson3-29/+26
2007-10-1723982: documentation for zcurses -A.Clint Adams2-1/+10
2007-10-1723981: add zcurses -A to set window attributes.Clint Adams2-8/+87
2007-10-1723970: zcurses -i/-e, fix leak, add zcurses -r with no argumentPeter Stephenson3-20/+69
23968 (Vin Shelton): yodl fix
2007-10-1523965: add missing bracket in completion for git svnimport.Clint Adams2-1/+4
2007-10-1523964: call endwin() in curses module cleanup.Clint Adams2-0/+3
2007-10-1523962: store windows in a linked list instead of a static array, and use ↵Clint Adams3-55/+125
strings as window identifiers instead of integers.
2007-10-1523958: change target window to be the first argument of zcurses -a.Clint Adams3-7/+10
2007-10-1523957: minor fixes.Clint Adams3-2/+7
2007-10-14unposted: update for zsh/curses module and documentation.Clint Adams3-15/+21
2007-10-1423954: documentation for zsh/curses module.Clint Adams3-1/+44
2007-10-14unposted and users/12008: Functions/Prompts/prompt_bart_setup,Bart Schaefer1-0/+9
Functions/Prompts/promptinit: make sure localtraps is unset before assigning to functions[TRAPWINCH]. emulate zsh to avoid setopts conflicts. Run precmd and preexec only if they are defined as functions.
2007-10-14unposted: make sure localtraps is unset before setting TRAPWINCH.Bart Schaefer1-2/+2
2007-10-14zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't tryBart Schaefer1-2/+5
to run precmd or preexec if they don't exist.