summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-0624957: better sanity checking of colour rangesPeter Stephenson3-12/+41
always use termcap for numeric ranges where available
2008-05-0624911: missed REGION_ACTIVE documentation, somehowPeter Stephenson2-0/+14
2008-05-0624953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson3-91/+148
2008-05-0624951: implement ZLS_COLORS ln=targetPeter Stephenson5-31/+79
2008-05-0624947: complete -safe-mode for firefox.Clint Adams2-0/+6
2008-05-0624938: tweak Free BSD XOPEN testPeter Stephenson2-4/+4
2008-05-0624937: finally(?) fix free BSD XOPEN testPeter Stephenson2-1/+4
2008-05-0624932: try to fix up code that regularizes attributes after right promptPeter Stephenson3-18/+38
2008-05-0624927: Phil Pennock: limit XOPEN workaround to FreeBSD 6Peter Stephenson2-1/+6
2008-05-05Only call close(flock_fd) if flock_fd is >= 0.Wayne Davison1-2/+4
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison4-100/+68
2008-05-04Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson1-0/+17
REGION_ACTIVE zle parameter
2008-05-0424904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systemsPeter Stephenson3-17/+22
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson5-29/+84
2008-05-02users/12812: fix hang with confusion over process numbersPeter Stephenson4-46/+82
2008-05-0124900: add backward-kill-word behaviour to isearchPeter Stephenson3-40/+88
document isearch commands better
2008-05-0124899: make colour escape sequences configurablePeter Stephenson4-41/+242
allow ANSI colour names
2008-04-29Matt Wozniski: typoPeter Stephenson2-1/+3
2008-04-29oopsPeter Stephenson2-1/+5
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson5-62/+242
2008-04-2924893: duplicate statusline to avoid crashes when constantPeter Stephenson2-1/+8
2008-04-28unposted: reset search line on anchored pattern isearchPeter Stephenson2-11/+18
2008-04-28unposted: more tweaks for failed isearch pattern matchesPeter Stephenson2-1/+5
2008-04-2824890: Matt Wozniski: reset skip_pos on backtracking in isearchPeter Stephenson2-14/+18
2008-04-2824887: geoff: typoPeter Stephenson2-1/+5
2008-04-2724886: fix endless loop in string isearchPeter Stephenson2-1/+6
2008-04-2624822: highlighting of isearch matchesPeter Stephenson5-35/+115
unposted: not in NEWS that COMBINING_CHARS is not on by default
2008-04-26unposted: typoPeter Stephenson2-1/+8
2008-04-26unposted: fix position of cursor on forward pattern searchingPeter Stephenson2-11/+40
2008-04-2624881: only feep once on an invalid patternPeter Stephenson2-2/+7
2008-04-26feeping on a failed match could be mistimedPeter Stephenson2-0/+7
2008-04-2624879: unpleasantness at the pattern search line duplication test clubPeter Stephenson2-3/+19
2008-04-2624878: add incremental pattern searchesPeter Stephenson8-230/+567
2008-04-2624876: Jun T.: don't install manual pages if emptyPeter Stephenson2-0/+3
2008-04-2624872: revert to original patchPeter Stephenson2-4/+1
2008-04-26Jun T. 24872 + 24873: capitalization with combining charactersPeter Stephenson2-0/+7
2008-04-2624869: Marc Chantreux: make default readnullcmd configurablePeter Stephenson3-1/+19
2008-04-24unposted: Jun T.: fix backkill() calculation of charaters to killPeter Stephenson2-8/+12
2008-04-23unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson2-1/+12
2008-04-2324867: _XOPEN_SOURCE -> _XOPEN_SOURCE_EXTENDEDPeter Stephenson2-2/+10
2008-04-2324865: bad character adjustment in vireplacechars()Peter Stephenson2-1/+6
2008-04-2324864: Jun. T: typos in alternative wcwidth().Peter Stephenson3-2/+6
2008-04-2224862: _XOPEN_SOURCE needed for wcwidth()Peter Stephenson2-1/+9
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson12-27/+434
slightly improve test for overwriting with combining characters.
2008-04-2124860: better overwrite modePeter Stephenson3-6/+33
2008-04-2124859: combining chars: overwriting and vi replace and appendPeter Stephenson4-17/+43
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson5-26/+50
2008-04-2124855: tests for combining char alignment should only be on metafied linePeter Stephenson2-3/+11
2008-04-21unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson2-2/+8
2008-04-2024853: bits missed from patchPeter Stephenson5-10/+13