Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 28167: reset more variables on invalidating completion list | Peter Stephenson | 2010-08-15 | 1 | -0/+2 |
| | |||||
* | 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS | Peter Stephenson | 2009-04-24 | 1 | -4/+4 |
| | |||||
* | Back off 26270 (accept-and-menu-complete). | Peter Stephenson | 2009-01-13 | 1 | -13/+11 |
| | | | | Was causing memory corruption | ||||
* | 26270: allow accept-and-menu-complete work with _vallues as well | Andrey Borzenkov | 2009-01-09 | 1 | -11/+13 |
| | |||||
* | 24959: crash with ^D in compctl | Peter Stephenson | 2008-05-07 | 1 | -6/+6 |
| | |||||
* | 24808: initial support for combining characters in zle | Peter Stephenson | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | 24551: Free heap memory after every ZLE command | Peter Stephenson | 2008-02-14 | 1 | -0/+1 |
| | |||||
* | 23794: fix crash completing on "foo$" (quotes significant) | Peter Stephenson | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | 23478: crash in reverse-menu-complete if no completion | Peter Stephenson | 2007-05-28 | 1 | -0/+3 |
| | |||||
* | 22924: a couple more metafy_line()/unmetafy_line() problems | Peter Stephenson | 2006-10-30 | 1 | -2/+11 |
| | |||||
* | obscure crash with hasbrpsfx() | Peter Stephenson | 2006-10-30 | 1 | -2/+12 |
| | |||||
* | 22831: use CM_SPACE in compdescribe | Andrey Borzenkov | 2006-10-07 | 1 | -4/+0 |
| | |||||
* | 22820: this time, fix handling of long accumulated completion line | Peter Stephenson | 2006-10-06 | 1 | -2/+2 |
| | |||||
* | 10791: fix handling of long accumulated completion line | Peter Stephenson | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | 22599: use wide character widths in completion | Peter Stephenson | 2006-08-11 | 1 | -14/+23 |
| | |||||
* | 22594: Attempt to fix some off-by-one errors for completion lists | Peter Stephenson | 2006-08-09 | 1 | -0/+1 |
| | | | | that exactly fit the display width | ||||
* | 22575: multibyte fixes for bslashquote(), getzlequery() | Peter Stephenson | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | Got rid of some unsigned-char/char pointer casts. | Wayne Davison | 2005-11-15 | 1 | -5/+5 |
| | |||||
* | users/9638: tweaks for FCEDIT etc. | Peter Stephenson | 2005-11-07 | 1 | -8/+22 |
| | | | | 21986: rewrite completion suffixes for wide characters | ||||
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -4/+4 |
| | | | | use multibyte versions of nicechar wherever possible. | ||||
* | 21784: Improved character widths for formatted multibyte character output | Peter Stephenson | 2005-09-29 | 1 | -2/+10 |
| | |||||
* | 21664: unmetafy ztat() argument | Andrey Borzenkov | 2005-08-18 | 1 | -11/+17 |
| | |||||
* | 21596: fix run-help, which-command, accept-and-menu-complete | Peter Stephenson | 2005-08-10 | 1 | -6/+14 |
| | |||||
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 1 | -127/+148 |
| | |||||
* | 20162: in printlist() don't output new line if we haven't printed anything | Geoff Wing | 2005-04-22 | 1 | -4/+3 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -123/+123 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | unposted: improve 20150 by setting pointer to NULL | Peter Stephenson | 2004-07-12 | 1 | -0/+3 |
| | |||||
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 1 | -0/+3 |
| | | | | 20150: commit ancient memory leak fix(?) in completion | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -5/+5 |
| | |||||
* | 19474: fix a calculation when displaying completions which are | Geoff Wing | 2004-03-05 | 1 | -2/+2 |
| | | | | screen width or multiples of that wide, and ALWAYS_LAST_PROMPT | ||||
* | 18191: from Greg Klanderman: compctl -y didn't respect list arrangement | Peter Stephenson | 2003-02-06 | 1 | -0/+7 |
| | | | | options listpacked and listrowsfirst. | ||||
* | 18059: allow compadd -r and -R with default space suffix | Peter Stephenson | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | make sure invalidatelist() isn't called hwen we are inside menu selection ↵ | Sven Wischnowsky | 2002-07-30 | 1 | -1/+1 |
| | | | | and there's only one match left (17489) | ||||
* | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 2002-06-26 | 1 | -6/+11 |
| | |||||
* | fix for file-type-tests in nested quotes and don't count space ↵ | Sven Wischnowsky | 2002-05-21 | 1 | -50/+37 |
| | | | | file-type-character (17195) | ||||
* | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 2002-01-22 | 1 | -6/+9 |
| | | | | implementation of compadd -x) (16483) | ||||
* | fix calculation of number of columns needed with list_packed (15946) | Sven Wischnowsky | 2001-10-05 | 1 | -1/+4 |
| | |||||
* | Got rid of unused variables. | Wayne Davison | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | (15509) | Sven Wischnowsky | 2001-07-27 | 1 | -195/+123 |
| | |||||
* | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 2001-07-25 | 1 | -11/+39 |
| | | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | ||||
* | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 2001-07-18 | 1 | -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) | ||||
* | fix for cursor positioning with that -y option of compctl (display strings) ↵ | Sven Wischnowsky | 2001-05-28 | 1 | -13/+22 |
| | | | | (14507) | ||||
* | try to make _h_c_w smarter at the beginning and end of the list; avoid ↵ | Sven Wischnowsky | 2001-03-27 | 1 | -1/+1 |
| | | | | list-beeping if the old completion list is re-used (3752) | ||||
* | fix for matching control, try harder to merge separately completed parts to ↵ | Sven Wischnowsky | 2001-03-05 | 1 | -2/+2 |
| | | | | avoid losing user-typed characters (13565) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-18 | 1 | -1/+1 |
| | |||||
* | two more fixes for completion matching and reporting interesting positions ↵ | Sven Wischnowsky | 2001-01-15 | 1 | -3/+18 |
| | | | | (13349) | ||||
* | fix for 13339 (report each position only once) and fixlet for matching: a ↵ | Sven Wischnowsky | 2001-01-12 | 1 | -11/+19 |
| | | | | case where missing characters weren't remembered (13343) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-11 | 1 | -24/+100 |
| |