about summary refs log tree commit diff
path: root/Src/Zle/zle_params.c
Commit message (Expand)AuthorAgeFilesLines
* 33575: reset vi change start position if text is insertedOliver Kiddle2014-11-031-1/+1
* 32448: fix seg fault if $WIDGET is accessed after recursive-edit is interruptedOliver Kiddle2014-03-031-1/+1
* unposted: fix trailing spaces from previous commitMikael Magnusson2012-05-021-1/+1
* 30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the set...Mikael Magnusson2012-05-021-10/+18
* users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson2012-03-291-0/+4
* Mikael: 28941: fix $CURSOR access when metafiedPeter Stephenson2011-03-271-1/+3
* 28122 (Frank) / 28139: add ZLE_STATEPeter Stephenson2010-08-111-0/+60
* Fix ZLE access to pushed history linePeter Stephenson2010-03-221-1/+12
* users/13902: make isearch return status usefulPeter Stephenson2009-03-131-4/+15
* Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson2008-05-041-0/+17
* 24782: initial go at highlighting of characters in zle command linesPeter Stephenson2008-04-031-0/+4
* users/12230: fix problem setting killring to zero sizePeter Stephenson2007-11-191-10/+12
* 22448: typo retrieving $RBUFFER in completionPeter Stephenson2006-05-191-1/+2
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-1/+1
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-37/+25
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-14/+36
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-281-3/+4
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-4/+4
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-261-2/+1
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-261-27/+25
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-251-13/+10
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-23/+23
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-57/+79
* 20348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson2004-09-101-1/+18
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-091-22/+39
* 20219: make zle parameter HISTNO writeablePeter Stephenson2004-07-291-1/+12
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-30/+30
* Fixed two cases where unmetify() was using an int* to store a valueWayne Davison2004-03-031-3/+6
* 19525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle2004-03-031-2/+2
* 19295: $CONTEXT zle parameterPeter Stephenson2003-12-151-0/+26
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
* 18378: fix lots of problems with $killringPeter Stephenson2003-03-241-19/+24
* 183818: memory leak in zle_params.cPeter Stephenson2003-03-051-2/+4
* 18139: Improve $killring interface; can now change length. EmptyPeter Stephenson2003-01-271-35/+38
* 17983: Added zle LASTSEARCJ parameterFelix Rosencrantz2002-12-061-0/+12
* 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2002-07-041-0/+10
* 17390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2002-07-011-0/+54
* 17350: add $CUTBUFFER and $killring zle parametersPeter Stephenson2002-06-241-0/+129
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-0/+9
* $PENDING special zle parameter, giving number of un-read bytesSven Wischnowsky2000-04-051-8/+138
* Initial revisionTanaka Akira1999-04-151-0/+196