about summary refs log tree commit diff
path: root/Src/Zle/zle.h
Commit message (Collapse)AuthorAgeFilesLines
* 33950: ignore KEYTIMEOUT for vi operatorsOliver Kiddle2014-12-121-5/+6
|
* 33924: allow vi line/characterwise mode to be forcedOliver Kiddle2014-12-081-0/+2
|
* 33570, 33576: make killring/yank-pop work in vi mode afterOliver Kiddle2014-10-301-7/+9
| | | | vi-put-before and vi-put-after
* 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵Oliver Kiddle2014-10-231-0/+1
| | | | zle widget
* 33512: add support for "0 vi buffer and yank to itOliver Kiddle2014-10-231-0/+1
|
* 31961: rationalise fd watching to use structurePeter Stephenson2013-11-121-0/+12
|
* users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson2012-03-291-0/+1
|
* 28772: Update regions in region highlight dynamicallyPeter Stephenson2011-02-181-1/+55
|
* 27812: display invalid bytes in multibyte characters speciallyPeter Stephenson2010-03-221-0/+14
|
* 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson2009-04-241-0/+4
|
* 24853: bits missed from patchPeter Stephenson2008-04-201-2/+2
|
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-2/+22
|
* 24819: fix transposing characters and sneaky combination generationPeter Stephenson2008-04-151-2/+12
|
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-2/+31
|
* 24782: initial go at highlighting of characters in zle command linesPeter Stephenson2008-04-031-0/+31
|
* users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson2007-04-151-0/+2
|
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-031-5/+2
|
* rationalise mb<->wc conversions to use restartable formPeter Stephenson2006-08-031-4/+0
|
* 22575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson2006-08-011-2/+2
|
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-2/+2
|
* 22408: support for multibyte characters in patternsPeter Stephenson2006-04-091-18/+0
|
* thinko fixClint Adams2006-03-201-1/+1
|
* 22371: use only alphanumerics and underscores as word characters with vi ↵Clint Adams2006-03-201-0/+2
| | | | bindings.
* Define ZS_memchr() as either wmemchr() or memchr().Wayne Davison2006-02-091-0/+2
|
* 22014: argument-base, insert-unicode-charPeter Stephenson2005-11-241-0/+1
|
* The non-multibyte version of ZWS() doesn't need to force a cast anymore.Wayne Davison2005-11-151-2/+2
|
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-1/+15
| | | | 21986: rewrite completion suffixes for wide characters
* Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerlyWayne Davison2005-11-011-4/+4
| | | | | an "int"), and ZLE_STRING_T into a "char *" (formerly an "unsigned char *").
* - Defined some new ZC_i<type> macros, such as ZC_ilower, ZC_inblank,Wayne Davison2005-11-011-3/+13
| | | | | ZC_iupper, etc. - Fixed ZC_iblank to not return true when given a newline.
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-7/+3
| | | | use multibyte versions of nicechar wherever possible.
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-291-4/+24
|
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-201-6/+1
|
* 21722: fix multibyte word stuffPeter Stephenson2005-09-091-0/+3
|
* 21619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams2005-08-151-0/+10
|
* For gcc, use static inline functions in place of the ZS_str*Wayne Davison2005-08-121-4/+16
| | | | | macros so that we get type-checking without pointer-signedness warnings.
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-0/+13
|
* 20869: more small Unicode tweaksPeter Stephenson2005-02-251-2/+4
|
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-251-0/+14
|
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-1/+3
|
* 20857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2005-02-231-0/+14
|
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-30/+6
|
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-221-0/+2
|
* 20833: typo: int_t -> wint_tPeter Stephenson2005-02-211-1/+1
|
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-0/+69
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-261-0/+6
|
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-251-6/+11
|
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-5/+0
| | | | unposted: update version to 4.2.3-dev-1
* 18139: Improve $killring interface; can now change length. EmptyPeter Stephenson2003-01-271-1/+1
| | | | | strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer.
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-231-9/+68
| | | | (11523)
* Initial revisionTanaka Akira1999-04-151-0/+137