about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some compiler warnings about signed/unsigned issues.Wayne Davison2008-04-181-4/+4
* 24839: fix misuse of variable in backwardkillwordPeter Stephenson2008-04-181-2/+2
* fix vi-replace-charsPeter Stephenson2008-04-171-1/+1
* 24825: fix internal word-boundary widgetsPeter Stephenson2008-04-171-87/+226
* 24821: update notes in FAQ on combining characters,Peter Stephenson2008-04-161-0/+6
* 24819: fix transposing characters and sneaky combination generationPeter Stephenson2008-04-154-37/+132
* 24816: some places where we need cursor alignment with combining charactersPeter Stephenson2008-04-143-5/+8
* 24810: ensure combining character alignment on unmetaficationPeter Stephenson2008-04-141-0/+8
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-1313-238/+755
* unposted: move zlefind() and zlecmp() into zle_hist.cPeter Stephenson2008-04-112-76/+86
* 24792: try to be safer about turning off attributes when refreshingPeter Stephenson2008-04-041-3/+19
* 24787: reset region_highlight when finished editing command linePeter Stephenson2008-04-031-0/+5
* typoPeter Stephenson2008-04-031-2/+4
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-034-10/+23
* 24782: initial go at highlighting of characters in zle command linesPeter Stephenson2008-04-036-239/+896
* 24777: bug clearing up after menu selectionPeter Stephenson2008-03-281-1/+10
* 24703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer2008-03-111-1/+3
* users/12699: don't complete normal arguments where we're completing thePeter Stephenson2008-03-071-4/+41
* Fixed two compiler warnings about comparing signed/unsigned.Wayne Davison2008-03-061-2/+2
* 24672: fix(?) crash resizing window during menu-selectPeter Stephenson2008-02-281-3/+7
* 24554: reduce accumulated memory listing in completion listingPeter Stephenson2008-02-151-200/+219
* 24551: Free heap memory after every ZLE commandPeter Stephenson2008-02-142-0/+14
* 24542: fix RC_QUOTES completion if opening quote not at start of stringPeter Stephenson2008-02-091-5/+10
* 24434: handle unprintable and zero-width wide charactersPeter Stephenson2008-01-221-5/+45
* 24406: use deep copy of Cline structure to avoid recursion problemPeter Stephenson2008-01-181-2/+2
* 24371: bug refreshing large scrolling history entryPeter Stephenson2008-01-081-1/+10
* 24362: problem redrawing line with multibyte character firstPeter Stephenson2008-01-051-0/+12
* 24279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2007-12-182-1/+35
* 24275: fixes for multibyte characters on SolarisPeter Stephenson2007-12-171-0/+16
* 24240: make vared check for trailing garbage earlierPeter Stephenson2007-12-131-0/+4
* 24127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2007-11-282-24/+44
* 24098: Fix my botch with 23924, rework out new prompts andGeoff Wing2007-11-231-8/+6
* users/12230: fix problem setting killring to zero sizePeter Stephenson2007-11-191-10/+12
* 23924: Improve synchronising of character attributes with otherGeoff Wing2007-10-192-30/+29
* 23900: Better handling of NO_EQUALS in old completionPeter Stephenson2007-10-032-1/+8
* 2381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ...Clint Adams2007-09-131-0/+1
* 23809: expand $'...' in completion wordPeter Stephenson2007-08-301-1/+84
* 23807: fix interactive completion modePeter Stephenson2007-08-302-0/+12
* 23794: fix crash completing on "foo$" (quotes significant)Peter Stephenson2007-08-221-1/+1
* 23791: use VARARR for MB_CUR_MAXPeter Stephenson2007-08-221-1/+1
* 23693: _match completion tried to match the quoted form of filenamesPeter Stephenson2007-07-231-2/+24
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-067-39/+41
* unposted: force latest version of files from vendor to main branchPeter Stephenson2007-07-031-2/+6
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-272-35/+5
* 23578: make standard features autoloadable,Peter Stephenson2007-06-205-7/+5
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-1/+1
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-294-6/+7
* 23482: more typosPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-289-112/+182
* 23478: crash in reverse-menu-complete if no completionPeter Stephenson2007-05-281-0/+3