about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Collapse)AuthorAgeFilesLines
...
* 24932: try to fix up code that regularizes attributes after right promptPeter Stephenson2008-05-061-18/+33
|
* Locking simplification and signed/unsigned fixes.Wayne Davison2008-05-052-4/+4
|
* Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson2008-05-041-0/+17
| | | | REGION_ACTIVE zle parameter
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-044-29/+78
|
* 24900: add backward-kill-word behaviour to isearchPeter Stephenson2008-05-011-16/+27
| | | | document isearch commands better
* 24899: make colour escape sequences configurablePeter Stephenson2008-05-012-29/+177
| | | | allow ANSI colour names
* 24894: enable colouring of highlighted text in editorPeter Stephenson2008-04-291-48/+166
|
* 24893: duplicate statusline to avoid crashes when constantPeter Stephenson2008-04-291-1/+3
|
* unposted: reset search line on anchored pattern isearchPeter Stephenson2008-04-281-11/+13
|
* unposted: more tweaks for failed isearch pattern matchesPeter Stephenson2008-04-281-1/+2
|
* 24890: Matt Wozniski: reset skip_pos on backtracking in isearchPeter Stephenson2008-04-281-14/+15
|
* 24886: fix endless loop in string isearchPeter Stephenson2008-04-271-1/+1
|
* 24822: highlighting of isearch matchesPeter Stephenson2008-04-262-32/+100
| | | | unposted: not in NEWS that COMBINING_CHARS is not on by default
* unposted: fix position of cursor on forward pattern searchingPeter Stephenson2008-04-261-11/+30
|
* 24881: only feep once on an invalid patternPeter Stephenson2008-04-261-2/+4
|
* feeping on a failed match could be mistimedPeter Stephenson2008-04-261-0/+4
|
* 24879: unpleasantness at the pattern search line duplication test clubPeter Stephenson2008-04-261-3/+16
|
* 24878: add incremental pattern searchesPeter Stephenson2008-04-262-173/+407
|
* unposted: Jun T.: fix backkill() calculation of charaters to killPeter Stephenson2008-04-241-8/+6
|
* unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson2008-04-231-1/+7
|
* 24865: bad character adjustment in vireplacechars()Peter Stephenson2008-04-231-1/+3
|
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-225-10/+16
| | | | slightly improve test for overwriting with combining characters.
* 24860: better overwrite modePeter Stephenson2008-04-212-6/+30
|
* 24859: combining chars: overwriting and vi replace and appendPeter Stephenson2008-04-213-17/+39
|
* 24856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson2008-04-212-23/+15
|
* 24855: tests for combining char alignment should only be on metafied linePeter Stephenson2008-04-211-3/+8
|
* unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson2008-04-211-2/+3
|
* 24853: bits missed from patchPeter Stephenson2008-04-205-10/+13
|
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-2011-312/+593
|
* 24852: more combining chars falloutPeter Stephenson2008-04-202-7/+14
|
* 24851: support colour codes for from current GNU lsAndrey Borzenkov2008-04-201-17/+39
|
* 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
| | | | fix up cursor on exit from user-defined widget
* 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
| | | | | the editor in zleread(), so that reexpandprompt() from the first zrefresh() won't expand the prompt an extra time.
* users/12699: don't complete normal arguments where we're completing thePeter Stephenson2008-03-071-4/+41
| | | | required argument to an option in the word following the option
* Fixed two compiler warnings about comparing signed/unsigned.Wayne Davison2008-03-061-2/+2
|