summaryrefslogtreecommitdiff
path: root/Src/Zle/zle.h
AgeCommit message (Expand)AuthorFilesLines
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