summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_misc.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-23m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak1-14/+14
2014-01-0232196: copy-prev-shell-word needs a lexer flagCarl Drougge1-1/+1
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson1-1/+1
2009-04-2426876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson1-14/+51
2009-01-2826463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson1-3/+19
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-1/+1
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-3/+3
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson1-4/+14
2008-04-23unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson1-1/+7
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-2/+8
2008-04-2124860: better overwrite modePeter Stephenson1-5/+29
2008-04-2124859: combining chars: overwriting and vi replace and appendPeter Stephenson1-6/+19
2008-04-2024853: bits missed from patchPeter Stephenson1-2/+2
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-40/+52
2008-04-1524819: fix transposing characters and sneaky combination generationPeter Stephenson1-21/+81
2008-04-1424816: some places where we need cursor alignment with combining charactersPeter Stephenson1-0/+2
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-20/+24
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson1-1/+1
2007-08-3023807: fix interactive completion modePeter Stephenson1-0/+2
2007-04-19users/11419: zle copy-region-as-kill <string>Peter Stephenson1-7/+14
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-1/+1
2006-02-09Call ZS_memchr() instead of plain memchr() so that suffix-removalWayne Davison1-2/+2
2006-01-0622124: handle bad multibyte input betterPeter Stephenson1-1/+5
2005-11-30Fixed parsedigit() to have it use its arg instead of "lastchar".Wayne Davison1-15/+12
2005-11-2422014: argument-base, insert-unicode-charPeter Stephenson1-16/+72
2005-11-15Got rid of some compiler warnings about comparisons between signedWayne Davison1-5/+6
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-15/+10
2005-11-07users/9638: tweaks for FCEDIT etc.Peter Stephenson1-45/+164
2005-11-02users/9610: handle digit argument when copying wordsPeter Stephenson1-11/+29
2005-11-0221973: typo caused digitargument() not to workPeter Stephenson1-2/+2
2005-11-01- A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T.Wayne Davison1-20/+11
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-5/+5
2005-09-0921722: fix multibyte word stuffPeter Stephenson1-2/+2
2005-09-0921717: Src/Zle/zle_misc.c: fix execute-named-command and -where-isPeter Stephenson1-1/+1
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson1-1/+1
2005-08-1521616: typoPeter Stephenson1-1/+1
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson1-2/+17
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-8/+15
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-1/+1
2005-03-1120966: fix crash in execute-named-commandPeter Stephenson1-4/+6
2005-03-0720945: rename statics to avoid clash with globalsPeter Stephenson1-29/+29
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson1-1/+4
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-24/+37
2005-02-2320854: more Unicode stuff.Peter Stephenson1-44/+49
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-2/+6
2005-02-1820828: typos in 20822Peter Stephenson1-1/+1
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-35/+104
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-3/+4
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-104/+104
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-23/+23