Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 13953: use curses capability inventories instead of hardcoding and presume | Clint Adams | 2001-04-12 | 4 | -7/+48 |
| | | | | that they are terminfo | ||||
* | 13951: working ${(k)terminfo} and ${(kv)terminfo} | Clint Adams | 2001-04-12 | 2 | -0/+109 |
| | |||||
* | 13949 and a couple of unposted tweaks to functions. | Bart Schaefer | 2001-04-11 | 1 | -0/+11 |
| | |||||
* | Don't append a / when completing after [-+]*. | Bart Schaefer | 2001-04-11 | 1 | -3/+4 |
| | |||||
* | Strip %[BSubsu] as well as %{*%} before computing width of prompt. | Bart Schaefer | 2001-04-11 | 1 | -6/+6 |
| | |||||
* | Update a comment. | Bart Schaefer | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | add _arguments based completion for alias and jobs (13947) | Oliver Kiddle | 2001-04-11 | 6 | -7/+31 |
| | |||||
* | Fixed a filename. | Wayne Davison | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | 13942 | Wayne Davison | 2001-04-11 | 1 | -0/+7 |
| | |||||
* | Updated the "preexec" docs. | Wayne Davison | 2001-04-11 | 1 | -2/+8 |
| | |||||
* | Fixed a bug where the call to function "preexec" might pass the wrong | Wayne Davison | 2001-04-11 | 1 | -1/+9 |
| | | | | | history line. Added two extra args to preexec to give the user more info on the command that is about to be executed. | ||||
* | Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse | Peter Stephenson | 2001-04-11 | 2 | -0/+6 |
| | |||||
* | Enhanced should_ignore_line(). | Wayne Davison | 2001-04-10 | 1 | -0/+5 |
| | |||||
* | Slightly optimized should_ignore_line() by using getjobtext() rather | Wayne Davison | 2001-04-10 | 1 | -9/+3 |
| | | | | than getpermtext(). | ||||
* | Mention 13936. | Wayne Davison | 2001-04-09 | 1 | -2/+2 |
| | |||||
* | Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not | Wayne Davison | 2001-04-09 | 1 | -1/+2 |
| | | | | defined. | ||||
* | Silence some compiler warnings. | Wayne Davison | 2001-04-09 | 1 | -0/+5 |
| | |||||
* | Silence several warnings when HAVE_TIGETSTR is not defined. | Wayne Davison | 2001-04-09 | 1 | -4/+11 |
| | |||||
* | Fixes for 13922. | Bart Schaefer | 2001-04-09 | 4 | -12/+11 |
| | |||||
* | Make termcap and terminfo modules always loadable. | Bart Schaefer | 2001-04-09 | 5 | -23/+61 |
| | |||||
* | 4.0.1-pre-3 version change with some .distfiles updates zsh-4.0.1-pre-3 | Peter Stephenson | 2001-04-09 | 4 | -2/+8 |
| | |||||
* | Improve prompt when compaudit finds badness. | Bart Schaefer | 2001-04-06 | 2 | -1/+7 |
| | |||||
* | indent fix | Sven Wischnowsky | 2001-04-06 | 1 | -1/+1 |
| | |||||
* | test for unset in pipestatussetfn() (13917) | Sven Wischnowsky | 2001-04-06 | 2 | -4/+10 |
| | |||||
* | (13916) | Sven Wischnowsky | 2001-04-06 | 2 | -2/+6 |
| | |||||
* | workers/13914 | Felix Rosencrantz | 2001-04-06 | 1 | -0/+6 |
| | |||||
* | workers/13914: Added call to _normal after specified class name, and added ↵ | Felix Rosencrantz | 2001-04-06 | 1 | -2/+11 |
| | | | | completion of filenames in jar archive after -x flag | ||||
* | Fix typos. | Bart Schaefer | 2001-04-05 | 1 | -2/+2 |
| | |||||
* | Two new shell functions and a change to an old one. | Bart Schaefer | 2001-04-05 | 1 | -0/+11 |
| | |||||
* | Better handling of long command strings, faster padding computation. | Bart Schaefer | 2001-04-05 | 1 | -13/+29 |
| | |||||
* | Methods for avoiding the nopromptcr problem, from users/3401 and more. | Bart Schaefer | 2001-04-05 | 1 | -0/+95 |
| | |||||
* | Write history entries for jobs resumed with fg/bg; from users/3795, plus | Bart Schaefer | 2001-04-05 | 1 | -0/+29 |
| | | | | a couple of minor bugfixes. | ||||
* | 13909: bad tilde files in some .distfiles | Clint Adams | 2001-04-05 | 4 | -4/+7 |
| | |||||
* | complete only those single letter options with the right prefix character ↵ | Sven Wischnowsky | 2001-04-05 | 2 | -0/+5 |
| | | | | (13908) | ||||
* | fix for reverse subscripting of strings as second part of subscript ↵ | Sven Wischnowsky | 2001-04-05 | 2 | -2/+9 |
| | | | | ($a[x,(r)..]) (13907) | ||||
* | add -W option to _arguments, which allows to complete options after options ↵ | Sven Wischnowsky | 2001-04-04 | 5 | -13/+41 |
| | | | | that take an argument in the next word (13902) | ||||
* | 13899: OSTYPE checking | Clint Adams | 2001-04-03 | 2 | -6/+7 |
| | |||||
* | new completion functions | Oliver Kiddle | 2001-04-03 | 6 | -4/+44 |
| | |||||
* | (13892) fixes for fpaths and completion matching | Sven Wischnowsky | 2001-04-03 | 4 | -3/+11 |
| | |||||
* | 13889: move _apm to Unix/Command, add OpenBSD support | Clint Adams | 2001-04-02 | 4 | -7/+23 |
| | |||||
* | Skip CVS subdirectories when installing functions. | Bart Schaefer | 2001-04-02 | 2 | -0/+5 |
| | |||||
* | 13884: apm for FreeBSD 4.1 | Clint Adams | 2001-04-02 | 2 | -0/+27 |
| | |||||
* | cleanup after function move | Sven Wischnowsky | 2001-04-02 | 5 | -1/+29 |
| | |||||
* | more after-move cleanup | Sven Wischnowsky | 2001-04-02 | 6 | -96/+0 |
| | |||||
* | functions moved | Sven Wischnowsky | 2001-04-02 | 1 | -0/+3 |
| | |||||
* | after-move cleanup | Sven Wischnowsky | 2001-04-02 | 29 | -225/+1357 |
| | |||||
* | new _zed | Sven Wischnowsky | 2001-04-02 | 1 | -0/+7 |
| | |||||
* | new or changed after move | Sven Wischnowsky | 2001-04-02 | 22 | -0/+130 |
| | |||||
* | new after move | Sven Wischnowsky | 2001-04-02 | 1 | -0/+5 |
| | |||||
* | changed after moving functions | Sven Wischnowsky | 2001-04-02 | 16 | -89/+50 |
| |