summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_move.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison1-2/+2
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson1-7/+26
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson1-11/+7
2008-04-21unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson1-2/+3
2008-04-2024853: bits missed from patchPeter Stephenson1-2/+2
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-0/+138
2008-04-1524819: fix transposing characters and sneaky combination generationPeter Stephenson1-13/+33
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-29/+163
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson1-0/+11
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-1/+2
2005-11-01Changed iblank() calls on zleline to use ZC_iblank().Wayne Davison1-1/+1
2005-10-31Fixed a compiler warning about a signed/unsigned comparison.Wayne Davison1-3/+5
2005-02-2320854: more Unicode stuff.Peter Stephenson1-4/+4
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-14/+15
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-83/+83
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-11/+11
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-127/+136
1999-04-15Initial revisionTanaka Akira1-0/+502