about summary refs log tree commit diff
path: root/Src/Zle/complist.c
Commit message (Collapse)AuthorAgeFilesLines
* unposted: typo in commentMikael Magnusson2015-09-061-1/+1
|
* 35826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer2015-07-221-2/+2
| | | | references to non-special params
* 35627: make reverse-menu-complete start with the last match inOliver Kiddle2015-06-291-0/+1
| | | | menu selection
* 35623: fix menu-selection where initial selectionOliver Kiddle2015-06-291-0/+3
| | | | would not be displayed without scrolling
* 35550: fix backspace in interactive menu-selectJun-ichi Takimoto2015-06-251-2/+2
|
* 35474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle2015-06-191-35/+44
|
* 35487, 35496: don't reinstate previous incremental search stringOliver Kiddle2015-06-191-1/+3
| | | | when search direction changes
* Add non-metafied character length handling.Peter Stephenson2015-06-121-1/+1
| | | | | | | Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters.
* 34144: allocate origline by ztrdup(), not by dupstring()Jun-ichi Takimoto2015-01-071-2/+4
| | | | | If origline is allocated in heap, it will have been freed when menuselect() is called directly as a widget.
* 34119: complist: Fix leak of string in clnicezputsMikael Magnusson2015-01-061-0/+2
| | | | Found by Coverity (Issue 1255808).
* 33978: avoid infinite loop in interactive modeJun-ichi Takimoto2014-12-181-1/+3
| | | | | Update command line when accept-and-hold is called in the interactive mode of menu select.
* 33818: fix types passed to sizeof detected by coverity as being wrongOliver Kiddle2014-11-301-2/+2
|
* 33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko ↵Barton E. Schaefer2014-10-291-6/+6
| | | | | | | | in status message for INT/QUIT signals; check errflag in output loops Two semi-related patches for keyboard interrupt handling in completion, most importantly so that unexpectedly long completion listings can be interrupted.
* 32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵Oliver Kiddle2014-03-031-2/+15
| | | | parentheses
* 32283: fix crash in menu selection when number of terminal lines is smallBarton E. Schaefer2014-01-181-1/+1
|
* users/16375: initialise nrefs on each loop in match testsPeter Stephenson2011-09-181-4/+6
|
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-5/+3
|
* 29267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson2011-05-141-0/+20
|
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-64/+68
|
* Jun T.: 29031: increment global minfo state when inserting charactersBart Schaefer2011-04-241-0/+2
| | | | on the line during interactive menu selection.
* 28202: unmetafy line for reversemenucompletePeter Stephenson2010-08-311-0/+2
|
* 27441: add "sa" for suffix alias completion highlightingPeter Stephenson2009-11-301-6/+24
|
* 27085: add accept-search handling to scrollist keymapPeter Stephenson2009-07-011-0/+2
|
* 27080: it wasnt possible to exit menu selection cleanlyPeter Stephenson2009-07-011-2/+18
|
* 26373: initialise variable in menu completion in attempt to prevent crashPeter Stephenson2009-01-201-0/+1
|
* 25389: rearrange precedence of ZLS_COLORS alternatives.Bart Schaefer2008-08-061-15/+15
|
* 25266: always use EXTENDED_GLOB for patterns in ZLS_COLORSPeter Stephenson2008-07-051-0/+6
|
* 25051: add colour sequences to formatting strings in completionPeter Stephenson2008-05-161-0/+30
|
* 25006, 25009: fix "or" orphaned symlink highlightingPeter Stephenson2008-05-121-33/+46
| | | | fix ordering of statd versus extension and pattern highlight tests
* 24951: implement ZLS_COLORS ln=targetPeter Stephenson2008-05-061-28/+62
|
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-1/+1
| | | | slightly improve test for overwriting with combining characters.
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-24/+7
|
* 24851: support colour codes for from current GNU lsAndrey Borzenkov2008-04-201-17/+39
|
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-6/+6
|
* 24777: bug clearing up after menu selectionPeter Stephenson2008-03-281-1/+10
|
* 24672: fix(?) crash resizing window during menu-selectPeter Stephenson2008-02-281-3/+7
|
* 24554: reduce accumulated memory listing in completion listingPeter Stephenson2008-02-151-200/+219
| | | | make file static be used as such instead of as a pretend parameter
* 23807: fix interactive completion modePeter Stephenson2007-08-301-0/+10
|
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-4/+5
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-2/+25
|
* users/11421: %{...%} was broken in completion listingsPeter Stephenson2007-04-171-4/+2
|
* 23258: fix debugging added in 23248Peter Stephenson2007-04-021-1/+2
|
* unposted: better fix for complist line wrap from 23248Peter Stephenson2007-03-301-4/+5
|
* 23248: Completion listing problem with lines nearly screen widthPeter Stephenson2007-03-291-0/+6
| | | | If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
* unposted: uninitialised variable could result from 23144Peter Stephenson2007-02-061-1/+1
|
* 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson2007-02-021-0/+3
|
* 22924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson2006-10-301-0/+2
|
* 22753: minor character bugs spotted on CygwinPeter Stephenson2006-09-211-2/+2
|
* 22651: failed to unmetafy bytes for outputPeter Stephenson2006-08-201-3/+13
|
* 22612: comment the static variablesPeter Stephenson2006-08-171-3/+83
|