summaryrefslogtreecommitdiff
path: root/Src/Zle/compresult.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-1821664: unmetafy ztat() argumentAndrey Borzenkov1-11/+17
2005-08-1021596: fix run-help, which-command, accept-and-menu-completePeter Stephenson1-6/+14
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-127/+148
2005-04-2220162: in printlist() don't output new line if we haven't printed anythingGeoff Wing1-4/+3
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-123/+123
unposted: update version to 4.2.3-dev-1
2004-07-12unposted: improve 20150 by setting pointer to NULLPeter Stephenson1-0/+3
2004-07-1120149: improve prompt-reset codePeter Stephenson1-0/+3
20150: commit ancient memory leak fix(?) in completion
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-5/+5
2004-03-0519474: fix a calculation when displaying completions which areGeoff Wing1-2/+2
screen width or multiples of that wide, and ALWAYS_LAST_PROMPT
2003-02-0618191: from Greg Klanderman: compctl -y didn't respect list arrangementPeter Stephenson1-0/+7
options listpacked and listrowsfirst.
2003-01-1318059: allow compadd -r and -R with default space suffixPeter Stephenson1-1/+1
2002-07-30make sure invalidatelist() isn't called hwen we are inside menu selection ↵Sven Wischnowsky1-1/+1
and there's only one match left (17489)
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-6/+11
2002-05-21fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky1-50/+37
file-type-character (17195)
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky1-6/+9
implementation of compadd -x) (16483)
2001-10-05fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky1-1/+4
2001-08-08Got rid of unused variables.Wayne Davison1-1/+1
2001-07-27(15509)Sven Wischnowsky1-195/+123
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-11/+39
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky1-34/+37
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
2001-05-28fix for cursor positioning with that -y option of compctl (display strings) ↵Sven Wischnowsky1-13/+22
(14507)
2001-03-27try to make _h_c_w smarter at the beginning and end of the list; avoid ↵Sven Wischnowsky1-1/+1
list-beeping if the old completion list is re-used (3752)
2001-03-05fix for matching control, try harder to merge separately completed parts to ↵Sven Wischnowsky1-2/+2
avoid losing user-typed characters (13565)
2001-01-22*** empty log message ***Sven Wischnowsky1-1/+1
2001-01-18*** empty log message ***Sven Wischnowsky1-1/+1
2001-01-15two more fixes for completion matching and reporting interesting positions ↵Sven Wischnowsky1-3/+18
(13349)
2001-01-12fix for 13339 (report each position only once) and fixlet for matching: a ↵Sven Wischnowsky1-11/+19
case where missing characters weren't remembered (13343)
2001-01-11*** empty log message ***Sven Wischnowsky1-24/+100
2001-01-10fix cursor positioning with partial-word match specs using `**' (13336)Sven Wischnowsky1-5/+9
2001-01-08fix for listpacked for matches as long as screen is wide (minus added ↵Sven Wischnowsky1-4/+4
spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331)
2000-10-25add a counter for invalidatelist() to allow finding out if there is a new ↵Sven Wischnowsky1-1/+12
list (13082)
2000-10-24avoid printing file type characters in completion lists for matches ending ↵Sven Wischnowsky1-1/+2
in a slash (13071)
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky1-23/+141
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-01unposted: remove unused variable declaration from ztat()Clint Adams1-2/+0
2000-09-2712863: remove ztrdupstrip, use VARARR in ztatClint Adams1-7/+13
2000-09-2212859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams1-8/+6
2000-06-28make a-a-i-n-h in menu selection work with one match; better undo behaviour ↵Sven Wischnowsky1-1/+1
for menu selection (12093)
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵Sven Wischnowsky1-2/+2
completing from both ends (CLF_MID) (11939)
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky1-1/+1
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-3/+8
2000-05-31move to last cursor after not asking a second time if list should be shown ↵Sven Wischnowsky1-1/+3
(11682)
2000-05-29matching bugs with patterns with two anchors (11634)Sven Wischnowsky1-1/+2
2000-05-19fix for unambiguous string insertion (11466)Sven Wischnowsky1-1/+1
2000-05-12fixes for completion matching (11346)Sven Wischnowsky1-2/+29
2000-04-30AIX dependency fixesOliver Kiddle1-2/+2
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky1-5/+3
MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
2000-04-25don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky1-4/+13
2000-04-25don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky1-0/+3
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky1-2/+0
use them to be able to expand $foo (10909)
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-7/+12