about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 24986: prompt escapes for coloursPeter Stephenson2008-05-095-373/+598
* unposted: bad argument to zmodload -F error messagePeter Stephenson2008-05-081-1/+1
* 24980: zmodload -mFPeter Stephenson2008-05-083-41/+108
* 24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson2008-05-082-16/+71
* 24959: crash with ^D in compctlPeter Stephenson2008-05-071-6/+6
* 24957: better sanity checking of colour rangesPeter Stephenson2008-05-061-4/+31
* 24953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson2008-05-061-91/+138
* 24951: implement ZLS_COLORS ln=targetPeter Stephenson2008-05-063-30/+73
* 24932: try to fix up code that regularizes attributes after right promptPeter Stephenson2008-05-062-18/+35
* Only call close(flock_fd) if flock_fd is >= 0.Wayne Davison2008-05-051-2/+4
* Locking simplification and signed/unsigned fixes.Wayne Davison2008-05-053-98/+59
* Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson2008-05-041-0/+17
* 24904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systemsPeter Stephenson2008-05-041-8/+9
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-044-29/+78
* users/12812: fix hang with confusion over process numbersPeter Stephenson2008-05-023-46/+75
* 24900: add backward-kill-word behaviour to isearchPeter Stephenson2008-05-011-16/+27
* 24899: make colour escape sequences configurablePeter Stephenson2008-05-012-29/+177
* oopsPeter Stephenson2008-04-291-1/+1
* 24894: enable colouring of highlighted text in editorPeter Stephenson2008-04-293-62/+219
* 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
* 24887: geoff: typoPeter Stephenson2008-04-281-1/+1
* 24886: fix endless loop in string isearchPeter Stephenson2008-04-271-1/+1
* 24822: highlighting of isearch matchesPeter Stephenson2008-04-262-32/+100
* unposted: fix position of cursor on forward pattern searchingPeter Stephenson2008-04-262-11/+40
* 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-265-230/+535
* 24872: revert to original patchPeter Stephenson2008-04-261-2/+0
* Jun T. 24872 + 24873: capitalization with combining charactersPeter Stephenson2008-04-261-0/+4
* 24869: Marc Chantreux: make default readnullcmd configurablePeter Stephenson2008-04-261-1/+1
* 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
* 24867: _XOPEN_SOURCE -> _XOPEN_SOURCE_EXTENDEDPeter Stephenson2008-04-231-2/+7
* 24865: bad character adjustment in vireplacechars()Peter Stephenson2008-04-231-1/+3
* 24864: Jun. T: typos in alternative wcwidth().Peter Stephenson2008-04-231-1/+1
* 24862: _XOPEN_SOURCE needed for wcwidth()Peter Stephenson2008-04-221-1/+6
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-2210-27/+370
* 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-214-26/+45
* 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-2013-354/+643
* 24852: more combining chars falloutPeter Stephenson2008-04-202-7/+14
* 24851: support colour codes for from current GNU lsAndrey Borzenkov2008-04-201-17/+39