about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
Commit message (Expand)AuthorAgeFilesLines
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-5/+5
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-8/+22
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-4/+4
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-291-2/+10
* 21664: unmetafy ztat() argumentAndrey Borzenkov2005-08-181-11/+17
* 21596: fix run-help, which-command, accept-and-menu-completePeter Stephenson2005-08-101-6/+14
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-127/+148
* 20162: in printlist() don't output new line if we haven't printed anythingGeoff Wing2005-04-221-4/+3
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-123/+123
* unposted: improve 20150 by setting pointer to NULLPeter Stephenson2004-07-121-0/+3
* 20149: improve prompt-reset codePeter Stephenson2004-07-111-0/+3
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-5/+5
* 19474: fix a calculation when displaying completions which areGeoff Wing2004-03-051-2/+2
* 18191: from Greg Klanderman: compctl -y didn't respect list arrangementPeter Stephenson2003-02-061-0/+7
* 18059: allow compadd -r and -R with default space suffixPeter Stephenson2003-01-131-1/+1
* make sure invalidatelist() isn't called hwen we are inside menu selection and...Sven Wischnowsky2002-07-301-1/+1
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-6/+11
* fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky2002-05-211-50/+37
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-221-6/+9
* fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky2001-10-051-1/+4
* Got rid of unused variables.Wayne Davison2001-08-081-1/+1
* (15509)Sven Wischnowsky2001-07-271-195/+123
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-251-11/+39
* add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky2001-07-181-34/+37
* fix for cursor positioning with that -y option of compctl (display strings) (...Sven Wischnowsky2001-05-281-13/+22
* try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...Sven Wischnowsky2001-03-271-1/+1
* fix for matching control, try harder to merge separately completed parts to a...Sven Wischnowsky2001-03-051-2/+2
* *** empty log message ***Sven Wischnowsky2001-01-221-1/+1
* *** empty log message ***Sven Wischnowsky2001-01-181-1/+1
* two more fixes for completion matching and reporting interesting positions (1...Sven Wischnowsky2001-01-151-3/+18
* fix for 13339 (report each position only once) and fixlet for matching: a cas...Sven Wischnowsky2001-01-121-11/+19
* *** empty log message ***Sven Wischnowsky2001-01-111-24/+100
* fix cursor positioning with partial-word match specs using `**' (13336)Sven Wischnowsky2001-01-101-5/+9
* fix for listpacked for matches as long as screen is wide (minus added spaces)...Sven Wischnowsky2001-01-081-4/+4
* add a counter for invalidatelist() to allow finding out if there is a new lis...Sven Wischnowsky2000-10-251-1/+12
* avoid printing file type characters in completion lists for matches ending in...Sven Wischnowsky2000-10-241-1/+2
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-111-23/+141
* unposted: remove unused variable declaration from ztat()Clint Adams2000-10-011-2/+0
* 12863: remove ztrdupstrip, use VARARR in ztatClint Adams2000-09-271-7/+13
* 12859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams2000-09-221-8/+6
* make a-a-i-n-h in menu selection work with one match; better undo behaviour f...Sven Wischnowsky2000-06-281-1/+1
* allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...Sven Wischnowsky2000-06-161-2/+2
* some more memory leak fixes (11745)Sven Wischnowsky2000-06-051-1/+1
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-3/+8
* move to last cursor after not asking a second time if list should be shown (1...Sven Wischnowsky2000-05-311-1/+3
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-291-1/+2
* fix for unambiguous string insertion (11466)Sven Wischnowsky2000-05-191-1/+1
* fixes for completion matching (11346)Sven Wischnowsky2000-05-121-2/+29
* AIX dependency fixesOliver Kiddle2000-04-301-2/+2
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky2000-04-271-5/+3