summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-3124043: remove one "emulate" that was too manyBart Schaefer1-1/+0
2007-10-31Fix uninitialized-var compiler warning.Wayne Davison1-0/+5
2007-10-31Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison1-1/+2
2007-10-3124039: cope with FreeBSD cut in addition to GNU cut.Clint Adams2-31/+47
2007-10-3024038: add "zcurses bg"Peter Stephenson3-25/+121
2007-10-30users/12149: "@" with splitting in double quotes retains empty fieldsPeter Stephenson4-10/+62
2007-10-30adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson2-0/+19
2007-10-29Markus Waldeck: 24032 (tweaked): completion for cut.Clint Adams2-0/+51
2007-10-29fix crash when colo[u]r is not available in cursesPeter Stephenson2-0/+7
2007-10-29Remove broken curses debugPeter Stephenson2-4/+4
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