about summary refs log tree commit diff
path: root/Src/Zle/zle_misc.c
Commit message (Expand)AuthorAgeFilesLines
* 34919: update interrupt parse error for ZLE cases.Peter Stephenson2015-04-171-1/+1
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-1/+1
* 33860: minor fixes to vi mode changesOliver Kiddle2014-12-051-8/+19
* 33823: overwrite mode shouldn't replace newlinesOliver Kiddle2014-11-301-11/+10
* 33636: add support for a linewise visual selection modeOliver Kiddle2014-11-171-3/+42
* 33635: adapt region to function as vim style visual selection modeOliver Kiddle2014-11-171-5/+9
* 33700: new widget for put in vim style visual selection modeOliver Kiddle2014-11-171-4/+57
* 33570, 33576: make killring/yank-pop work in vi mode afterOliver Kiddle2014-10-301-9/+83
* m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak2014-03-231-14/+14
* 32196: copy-prev-shell-word needs a lexer flagCarl Drougge2014-01-021-1/+1
* 28510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson2010-12-121-1/+1
* 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson2009-04-241-14/+51
* 26463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson2009-01-281-3/+19
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-1/+1
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-3/+3
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-041-4/+14
* unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson2008-04-231-1/+7
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-2/+8
* 24860: better overwrite modePeter Stephenson2008-04-211-5/+29
* 24859: combining chars: overwriting and vi replace and appendPeter Stephenson2008-04-211-6/+19
* 24853: bits missed from patchPeter Stephenson2008-04-201-2/+2
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-40/+52
* 24819: fix transposing characters and sneaky combination generationPeter Stephenson2008-04-151-21/+81
* 24816: some places where we need cursor alignment with combining charactersPeter Stephenson2008-04-141-0/+2
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-20/+24
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-031-1/+1
* 23807: fix interactive completion modePeter Stephenson2007-08-301-0/+2
* users/11419: zle copy-region-as-kill <string>Peter Stephenson2007-04-191-7/+14
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-1/+1
* Call ZS_memchr() instead of plain memchr() so that suffix-removalWayne Davison2006-02-091-2/+2
* 22124: handle bad multibyte input betterPeter Stephenson2006-01-061-1/+5
* Fixed parsedigit() to have it use its arg instead of "lastchar".Wayne Davison2005-11-301-15/+12
* 22014: argument-base, insert-unicode-charPeter Stephenson2005-11-241-16/+72
* Got rid of some compiler warnings about comparisons between signedWayne Davison2005-11-151-5/+6
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-15/+10
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-45/+164
* users/9610: handle digit argument when copying wordsPeter Stephenson2005-11-021-11/+29
* 21973: typo caused digitargument() not to workPeter Stephenson2005-11-021-2/+2
* - A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T.Wayne Davison2005-11-011-20/+11
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-5/+5
* 21722: fix multibyte word stuffPeter Stephenson2005-09-091-2/+2
* 21717: Src/Zle/zle_misc.c: fix execute-named-command and -where-isPeter Stephenson2005-09-091-1/+1
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson2005-09-091-1/+1
* 21616: typoPeter Stephenson2005-08-151-1/+1
* 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson2005-08-151-2/+17
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-8/+15
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-281-1/+1
* 20966: fix crash in execute-named-commandPeter Stephenson2005-03-111-4/+6
* 20945: rename statics to avoid clash with globalsPeter Stephenson2005-03-071-29/+29
* 20866: fix deliberate errors in 20861Peter Stephenson2005-02-241-1/+4