summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_vi.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson1-18/+29
2008-04-2324865: bad character adjustment in vireplacechars()Peter Stephenson1-1/+3
2008-04-2124859: combining chars: overwriting and vi replace and appendPeter Stephenson1-9/+18
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-2/+1
2008-04-2024852: more combining chars falloutPeter Stephenson1-6/+13
2008-04-17fix vi-replace-charsPeter Stephenson1-1/+1
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-19/+37
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson1-1/+1
2006-04-2522431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson1-1/+1
2005-11-01- In vireplacechars(), changed "ch" into a ZLE_INT_T.Wayne Davison1-13/+10
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-2/+2
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson1-1/+1
2005-08-17Got rid of an empty #ifdef/#else/#endif.Wayne Davison1-4/+0
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov1-5/+6
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-14/+13
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-2/+2
2005-02-2320854: more Unicode stuff.Peter Stephenson1-13/+14
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-23/+49
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-131/+131
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-29/+29
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-199/+199
1999-04-15Initial revisionTanaka Akira1-0/+925