summaryrefslogtreecommitdiff
path: root/Src/Zle/zle.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-2333518: add support for "_ vi buffer and arguments to vi-set-buffer from a zle...Oliver Kiddle1-0/+1
2014-10-2333512: add support for "0 vi buffer and yank to itOliver Kiddle1-0/+1
2013-11-1231961: rationalise fd watching to use structurePeter Stephenson1-0/+12
2012-03-29users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson1-0/+1
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-1/+55
2010-03-2227812: display invalid bytes in multibyte characters speciallyPeter Stephenson1-0/+14
2009-04-2426876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson1-0/+4
2008-04-2024853: bits missed from patchPeter Stephenson1-2/+2
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-2/+22
2008-04-1524819: fix transposing characters and sneaky combination generationPeter Stephenson1-2/+12
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-2/+31
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson1-0/+31
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-0/+2
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson1-5/+2
2006-08-03rationalise mb<->wc conversions to use restartable formPeter Stephenson1-4/+0
2006-08-0122575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson1-2/+2
2006-07-2422556: Multibyte separators and delimitersPeter Stephenson1-2/+2
2006-04-0922408: support for multibyte characters in patternsPeter Stephenson1-18/+0
2006-03-20thinko fixClint Adams1-1/+1
2006-03-2022371: use only alphanumerics and underscores as word characters with vi bind...Clint Adams1-0/+2
2006-02-09Define ZS_memchr() as either wmemchr() or memchr().Wayne Davison1-0/+2
2005-11-2422014: argument-base, insert-unicode-charPeter Stephenson1-0/+1
2005-11-15The non-multibyte version of ZWS() doesn't need to force a cast anymore.Wayne Davison1-2/+2
2005-11-07users/9638: tweaks for FCEDIT etc.Peter Stephenson1-1/+15
2005-11-01Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerlyWayne Davison1-4/+4
2005-11-01- Defined some new ZC_i<type> macros, such as ZC_ilower, ZC_inblank,Wayne Davison1-3/+13
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-7/+3
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-4/+24
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson1-6/+1
2005-09-0921722: fix multibyte word stuffPeter Stephenson1-0/+3
2005-08-1521619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams1-0/+10
2005-08-12For gcc, use static inline functions in place of the ZS_str*Wayne Davison1-4/+16
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-0/+13
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-2/+4
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson1-0/+14
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-1/+3
2005-02-2320857: rewrite zle_refresh to use wide characters.Andrey Borzenkov1-0/+14
2005-02-2320854: more Unicode stuff.Peter Stephenson1-30/+6
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-0/+2
2005-02-2120833: typo: int_t -> wint_tPeter Stephenson1-1/+1
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-0/+69
2005-01-2620752: fix access to ZLE parametersPeter Stephenson1-0/+6
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-6/+11
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-5/+0
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson1-1/+1
2000-05-23save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky1-9/+68
1999-04-15Initial revisionTanaka Akira1-0/+137