summary refs log tree commit diff
path: root/Src/Zle/zle.h
Commit message (Collapse)AuthorAgeFilesLines
* 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