Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | users/13902: make isearch return status useful | Peter Stephenson | 2009-03-13 | 1 | -4/+15 |
| | | | | add LASTABORTEDSEARCH variable | ||||
* | Mikael Magnusson: 24911 (slightly tweaked): | Peter Stephenson | 2008-05-04 | 1 | -0/+17 |
| | | | | REGION_ACTIVE zle parameter | ||||
* | 24782: initial go at highlighting of characters in zle command lines | Peter Stephenson | 2008-04-03 | 1 | -0/+4 |
| | |||||
* | users/12230: fix problem setting killring to zero size | Peter Stephenson | 2007-11-19 | 1 | -10/+12 |
| | |||||
* | 22448: typo retrieving $RBUFFER in completion | Peter Stephenson | 2006-05-19 | 1 | -1/+2 |
| | |||||
* | 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 | -37/+25 |
| | |||||
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 1 | -14/+36 |
| | |||||
* | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 2005-07-28 | 1 | -3/+4 |
| | |||||
* | 20854: more Unicode stuff. | Peter Stephenson | 2005-02-23 | 1 | -4/+4 |
| | |||||
* | * 20753: use ZS_memmove instead of memmove. | Clint Adams | 2005-01-26 | 1 | -2/+1 |
| | |||||
* | 20752: fix access to ZLE parameters | Peter Stephenson | 2005-01-26 | 1 | -27/+25 |
| | |||||
* | 20742: More Unicode conversion stuff. | Peter Stephenson | 2005-01-25 | 1 | -13/+10 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -23/+23 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -57/+79 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20348: rejig WIDGETSTYLE and add WIDGETFUNC | Peter Stephenson | 2004-09-10 | 1 | -1/+18 |
| | |||||
* | 20331: Use internal zlong variables for consistency | Peter Stephenson | 2004-09-09 | 1 | -22/+39 |
| | | | | 20332: Add WIDGETSTYLE zle parameter | ||||
* | 20219: make zle parameter HISTNO writeable | Peter Stephenson | 2004-07-29 | 1 | -1/+12 |
| | | | | add history-pattern-search widget | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -30/+30 |
| | |||||
* | Fixed two cases where unmetify() was using an int* to store a value | Wayne Davison | 2004-03-03 | 1 | -3/+6 |
| | | | | into a size_t variable. | ||||
* | 19525: suppress compiler warnings and complete groups using lookupd on Mac OS | Oliver Kiddle | 2004-03-03 | 1 | -2/+2 |
| | |||||
* | 19295: $CONTEXT zle parameter | Peter Stephenson | 2003-12-15 | 1 | -0/+26 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -2/+2 |
| | |||||
* | 18378: fix lots of problems with $killring | Peter Stephenson | 2003-03-24 | 1 | -19/+24 |
| | |||||
* | 183818: memory leak in zle_params.c | Peter Stephenson | 2003-03-05 | 1 | -2/+4 |
| | |||||
* | 18139: Improve $killring interface; can now change length. Empty | Peter Stephenson | 2003-01-27 | 1 | -35/+38 |
| | | | | | strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer. | ||||
* | 17983: Added zle LASTSEARCJ parameter | Felix Rosencrantz | 2002-12-06 | 1 | -0/+12 |
| | |||||
* | 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered | Peter Stephenson | 2002-07-04 | 1 | -0/+10 |
| | |||||
* | 17390: new zle parameters $PREDISPLAY, $POSTDISPLAY | Peter Stephenson | 2002-07-01 | 1 | -0/+54 |
| | |||||
* | 17350: add $CUTBUFFER and $killring zle parameters | Peter Stephenson | 2002-06-24 | 1 | -0/+129 |
| | |||||
* | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 2001-09-03 | 1 | -0/+9 |
| | | | | examine the current selection. | ||||
* | $PENDING special zle parameter, giving number of un-read bytes | Sven Wischnowsky | 2000-04-05 | 1 | -8/+138 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+196 |