Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 35627: make reverse-menu-complete start with the last match in | Oliver Kiddle | 2015-06-29 | 1 | -0/+1 |
| | | | | menu selection | ||||
* | 35623: fix menu-selection where initial selection | Oliver Kiddle | 2015-06-29 | 1 | -0/+3 |
| | | | | would not be displayed without scrolling | ||||
* | 35550: fix backspace in interactive menu-select | Jun-ichi Takimoto | 2015-06-25 | 1 | -2/+2 |
| | |||||
* | 35474, 35492: support the bracketed paste mode of newer terminal emulators | Oliver Kiddle | 2015-06-19 | 1 | -35/+44 |
| | |||||
* | 35487, 35496: don't reinstate previous incremental search string | Oliver Kiddle | 2015-06-19 | 1 | -1/+3 |
| | | | | when search direction changes | ||||
* | Add non-metafied character length handling. | Peter Stephenson | 2015-06-12 | 1 | -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 Takimoto | 2015-01-07 | 1 | -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 clnicezputs | Mikael Magnusson | 2015-01-06 | 1 | -0/+2 |
| | | | | Found by Coverity (Issue 1255808). | ||||
* | 33978: avoid infinite loop in interactive mode | Jun-ichi Takimoto | 2014-12-18 | 1 | -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 wrong | Oliver Kiddle | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | 33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko ↵ | Barton E. Schaefer | 2014-10-29 | 1 | -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 Kiddle | 2014-03-03 | 1 | -2/+15 |
| | | | | parentheses | ||||
* | 32283: fix crash in menu selection when number of terminal lines is small | Barton E. Schaefer | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | users/16375: initialise nrefs on each loop in match tests | Peter Stephenson | 2011-09-18 | 1 | -4/+6 |
| | |||||
* | 29491: remove some variables set but not used | Peter Stephenson | 2011-06-19 | 1 | -5/+3 |
| | |||||
* | 29267: add -enable-zsh-debug and use for debugging completion matcher groups | Peter Stephenson | 2011-05-14 | 1 | -0/+20 |
| | |||||
* | 29165: use term.h globally if needed at all. | Peter Stephenson | 2011-05-09 | 1 | -64/+68 |
| | |||||
* | Jun T.: 29031: increment global minfo state when inserting characters | Bart Schaefer | 2011-04-24 | 1 | -0/+2 |
| | | | | on the line during interactive menu selection. | ||||
* | 28202: unmetafy line for reversemenucomplete | Peter Stephenson | 2010-08-31 | 1 | -0/+2 |
| | |||||
* | 27441: add "sa" for suffix alias completion highlighting | Peter Stephenson | 2009-11-30 | 1 | -6/+24 |
| | |||||
* | 27085: add accept-search handling to scrollist keymap | Peter Stephenson | 2009-07-01 | 1 | -0/+2 |
| | |||||
* | 27080: it wasnt possible to exit menu selection cleanly | Peter Stephenson | 2009-07-01 | 1 | -2/+18 |
| | |||||
* | 26373: initialise variable in menu completion in attempt to prevent crash | Peter Stephenson | 2009-01-20 | 1 | -0/+1 |
| | |||||
* | 25389: rearrange precedence of ZLS_COLORS alternatives. | Bart Schaefer | 2008-08-06 | 1 | -15/+15 |
| | |||||
* | 25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS | Peter Stephenson | 2008-07-05 | 1 | -0/+6 |
| | |||||
* | 25051: add colour sequences to formatting strings in completion | Peter Stephenson | 2008-05-16 | 1 | -0/+30 |
| | |||||
* | 25006, 25009: fix "or" orphaned symlink highlighting | Peter Stephenson | 2008-05-12 | 1 | -33/+46 |
| | | | | fix ordering of statd versus extension and pattern highlight tests | ||||
* | 24951: implement ZLS_COLORS ln=target | Peter Stephenson | 2008-05-06 | 1 | -28/+62 |
| | |||||
* | 24861 (with tweaks): logic to use alternative wcwidth() if needed; | Peter Stephenson | 2008-04-22 | 1 | -1/+1 |
| | | | | slightly improve test for overwriting with combining characters. | ||||
* | 24853: use metafied strings for inner loops over history | Peter Stephenson | 2008-04-20 | 1 | -24/+7 |
| | |||||
* | 24851: support colour codes for from current GNU ls | Andrey Borzenkov | 2008-04-20 | 1 | -17/+39 |
| | |||||
* | 24808: initial support for combining characters in zle | Peter Stephenson | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | 24777: bug clearing up after menu selection | Peter Stephenson | 2008-03-28 | 1 | -1/+10 |
| | |||||
* | 24672: fix(?) crash resizing window during menu-select | Peter Stephenson | 2008-02-28 | 1 | -3/+7 |
| | |||||
* | 24554: reduce accumulated memory listing in completion listing | Peter Stephenson | 2008-02-15 | 1 | -200/+219 |
| | | | | make file static be used as such instead of as a pretend parameter | ||||
* | 23807: fix interactive completion mode | Peter Stephenson | 2007-08-30 | 1 | -0/+10 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -4/+5 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -2/+25 |
| | |||||
* | users/11421: %{...%} was broken in completion listings | Peter Stephenson | 2007-04-17 | 1 | -4/+2 |
| | |||||
* | 23258: fix debugging added in 23248 | Peter Stephenson | 2007-04-02 | 1 | -1/+2 |
| | |||||
* | unposted: better fix for complist line wrap from 23248 | Peter Stephenson | 2007-03-30 | 1 | -4/+5 |
| | |||||
* | 23248: Completion listing problem with lines nearly screen width | Peter Stephenson | 2007-03-29 | 1 | -0/+6 |
| | | | | If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined. | ||||
* | unposted: uninitialised variable could result from 23144 | Peter Stephenson | 2007-02-06 | 1 | -1/+1 |
| | |||||
* | 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.c | Peter Stephenson | 2007-02-02 | 1 | -0/+3 |
| | |||||
* | 22924: a couple more metafy_line()/unmetafy_line() problems | Peter Stephenson | 2006-10-30 | 1 | -0/+2 |
| | |||||
* | 22753: minor character bugs spotted on Cygwin | Peter Stephenson | 2006-09-21 | 1 | -2/+2 |
| | |||||
* | 22651: failed to unmetafy bytes for output | Peter Stephenson | 2006-08-20 | 1 | -3/+13 |
| | |||||
* | 22612: comment the static variables | Peter Stephenson | 2006-08-17 | 1 | -3/+83 |
| | |||||
* | 22611: bug scrolling wide completion list | Peter Stephenson | 2006-08-15 | 1 | -5/+1 |
| | |||||
* | 22605: bug in complist wide character fixes introduced infinite loop | Peter Stephenson | 2006-08-14 | 1 | -0/+2 |
| |