summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_params.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02unposted: fix trailing spaces from previous commitMikael Magnusson1-1/+1
2012-05-0230425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the set...Mikael Magnusson1-10/+18
2012-03-29users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson1-0/+4
2011-03-27Mikael: 28941: fix $CURSOR access when metafiedPeter Stephenson1-1/+3
2010-08-1128122 (Frank) / 28139: add ZLE_STATEPeter Stephenson1-0/+60
2010-03-22Fix ZLE access to pushed history linePeter Stephenson1-1/+12
2009-03-13users/13902: make isearch return status usefulPeter Stephenson1-4/+15
2008-05-04Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson1-0/+17
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson1-0/+4
2007-11-19users/12230: fix problem setting killring to zero sizePeter Stephenson1-10/+12
2006-05-1922448: typo retrieving $RBUFFER in completionPeter Stephenson1-1/+2
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-1/+1
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-37/+25
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-14/+36
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-3/+4
2005-02-2320854: more Unicode stuff.Peter Stephenson1-4/+4
2005-01-26 * 20753: use ZS_memmove instead of memmove.Clint Adams1-2/+1
2005-01-2620752: fix access to ZLE parametersPeter Stephenson1-27/+25
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-13/+10
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-23/+23
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-57/+79
2004-09-1020348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson1-1/+18
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-22/+39
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson1-1/+12
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-30/+30
2004-03-03Fixed two cases where unmetify() was using an int* to store a valueWayne Davison1-3/+6
2004-03-0319525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle1-2/+2
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-0/+26
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-2/+2
2003-03-2418378: fix lots of problems with $killringPeter Stephenson1-19/+24
2003-03-05183818: memory leak in zle_params.cPeter Stephenson1-2/+4
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson1-35/+38
2002-12-0617983: Added zle LASTSEARCJ parameterFelix Rosencrantz1-0/+12
2002-07-0417405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson1-0/+10
2002-07-0117390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson1-0/+54
2002-06-2417350: add $CUTBUFFER and $killring zle parametersPeter Stephenson1-0/+129
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-0/+9
2000-04-05$PENDING special zle parameter, giving number of un-read bytesSven Wischnowsky1-8/+138
1999-04-15Initial revisionTanaka Akira1-0/+196