Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42164: fix digits in format escapes in completion listings | dana | 2018-01-04 | 1 | -3/+3 |
| | |||||
* | Avoid invalid access with isearch in completion list | Maxime de Roucy | 2017-07-04 | 1 | -5/+7 |
| | |||||
* | 40305: fix some problems redisplaying command line after interrupt. | Peter Stephenson | 2017-01-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Back off previous fix as this only covered some subset of problems. Remaining problems happend after reset-prompt in TRAPINT. One was in complist and is fixed by not attempting to list after an error or interrupt. The other was owing to not resetting clearflag when ZLE was re-entered. | ||||
* | 39725: more metafication of patterns. | Barton E. Schaefer | 2016-10-25 | 1 | -2/+3 |
| | |||||
* | 39723: metafy string passed to pattern in complist. | Peter Stephenson | 2016-10-25 | 1 | -0/+1 |
| | | | | Also additional safety tokenizing a string with Meta characters. | ||||
* | 39715: Handle multibyte characters in complist listing | Peter Stephenson | 2016-10-23 | 1 | -5/+12 |
| | |||||
* | 38043: allow any completion widget to cycle matches for menu completion to ↵ | Oliver Kiddle | 2016-03-07 | 1 | -1/+1 |
| | | | | fix reverse menu completion | ||||
* | 37961: fix crash on bad memory access | Barton E. Schaefer | 2016-02-14 | 1 | -8/+22 |
| | | | | | | | In interactive menuselection, use of "compadd -x" (e.g. the "warnings" zstyle) may have replaced the completion list, so skip highlighting of the current selection until a subsequent keystroke has regenerated the original listing | ||||
* | 37927: recreate local keymaps as necessary in case the user has deleted them | Barton E. Schaefer | 2016-02-13 | 1 | -21/+34 |
| | |||||
* | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | 37643: Reset interrupt on key input in menu selection. | Peter Stephenson | 2016-01-15 | 1 | -0/+6 |
| | | | | | | | We don't need to propagate the interrupt further as the interrupt causes the key to be empty, which will exit the widget. We need to reset the condition as zrefresh() is now more sensitive to errors since 36416 / 32f5d3d8. | ||||
* | 36974: fix some functions with empty argument lists | Peter Stephenson | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | 36682: expand pattern interface to optimise unmetafication | Peter Stephenson | 2015-09-28 | 1 | -2/+3 |
| | |||||
* | 36641: fix multibyte handling in incremental search during menu selection | Barton E. Schaefer | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | unposted: typo in comment | Mikael Magnusson | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | 35826: add getsparam_u() to return unmetafied string, use it for a number of ↵ | Barton E. Schaefer | 2015-07-22 | 1 | -2/+2 |
| | | | | references to non-special params | ||||
* | 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 |
| |