summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2008-04-2624881: only feep once on an invalid patternPeter Stephenson1-2/+4
2008-04-26feeping on a failed match could be mistimedPeter Stephenson1-0/+4
2008-04-2624879: unpleasantness at the pattern search line duplication test clubPeter Stephenson1-3/+16
2008-04-2624878: add incremental pattern searchesPeter Stephenson2-173/+407
2008-04-24unposted: Jun T.: fix backkill() calculation of charaters to killPeter Stephenson1-8/+6
2008-04-23unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson1-1/+7
2008-04-2324865: bad character adjustment in vireplacechars()Peter Stephenson1-1/+3
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson5-10/+16
2008-04-2124860: better overwrite modePeter Stephenson2-6/+30
2008-04-2124859: combining chars: overwriting and vi replace and appendPeter Stephenson3-17/+39
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson2-23/+15
2008-04-2124855: tests for combining char alignment should only be on metafied linePeter Stephenson1-3/+8
2008-04-21unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson1-2/+3
2008-04-2024853: bits missed from patchPeter Stephenson5-10/+13
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson11-312/+593
2008-04-2024852: more combining chars falloutPeter Stephenson2-7/+14
2008-04-2024851: support colour codes for from current GNU lsAndrey Borzenkov1-17/+39
2008-04-18Fixed some compiler warnings about signed/unsigned issues.Wayne Davison1-4/+4
2008-04-1824839: fix misuse of variable in backwardkillwordPeter Stephenson1-2/+2
2008-04-17fix vi-replace-charsPeter Stephenson1-1/+1
2008-04-1724825: fix internal word-boundary widgetsPeter Stephenson1-87/+226
2008-04-1624821: update notes in FAQ on combining characters,Peter Stephenson1-0/+6
2008-04-1524819: fix transposing characters and sneaky combination generationPeter Stephenson4-37/+132
2008-04-1424816: some places where we need cursor alignment with combining charactersPeter Stephenson3-5/+8
2008-04-1424810: ensure combining character alignment on unmetaficationPeter Stephenson1-0/+8
2008-04-1324808: initial support for combining characters in zlePeter Stephenson13-238/+755
2008-04-11unposted: move zlefind() and zlecmp() into zle_hist.cPeter Stephenson2-76/+86
2008-04-0424792: try to be safer about turning off attributes when refreshingPeter Stephenson1-3/+19
2008-04-0324787: reset region_highlight when finished editing command linePeter Stephenson1-0/+5
2008-04-03typoPeter Stephenson1-2/+4
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson4-10/+23
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson6-239/+896
2008-03-2824777: bug clearing up after menu selectionPeter Stephenson1-1/+10
2008-03-1124703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer1-1/+3
2008-03-07users/12699: don't complete normal arguments where we're completing thePeter Stephenson1-4/+41
2008-03-06Fixed two compiler warnings about comparing signed/unsigned.Wayne Davison1-2/+2
2008-02-2824672: fix(?) crash resizing window during menu-selectPeter Stephenson1-3/+7
2008-02-1524554: reduce accumulated memory listing in completion listingPeter Stephenson1-200/+219
2008-02-1424551: Free heap memory after every ZLE commandPeter Stephenson2-0/+14
2008-02-0924542: fix RC_QUOTES completion if opening quote not at start of stringPeter Stephenson1-5/+10
2008-01-2224434: handle unprintable and zero-width wide charactersPeter Stephenson1-5/+45
2008-01-1824406: use deep copy of Cline structure to avoid recursion problemPeter Stephenson1-2/+2
2008-01-0824371: bug refreshing large scrolling history entryPeter Stephenson1-1/+10
2008-01-0524362: problem redrawing line with multibyte character firstPeter Stephenson1-0/+12
2007-12-1824279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2-1/+35
2007-12-1724275: fixes for multibyte characters on SolarisPeter Stephenson1-0/+16
2007-12-1324240: make vared check for trailing garbage earlierPeter Stephenson1-0/+4
2007-11-2824127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2-24/+44
2007-11-2324098: Fix my botch with 23924, rework out new prompts andGeoff Wing1-8/+6
2007-11-19users/12230: fix problem setting killring to zero sizePeter Stephenson1-10/+12