about summary refs log tree commit diff
path: root/Src/Zle/zle_hist.c
Commit message (Collapse)AuthorAgeFilesLines
* 26366: add "isearch" keymap and "accept-search" functinoPeter Stephenson2009-01-191-0/+10
|
* 25949: remove dead code in getvisrchstr.Clint Adams2008-10-301-6/+2
|
* 25690: fix insert-last-word on multibyte characters with MetaPeter Stephenson2008-09-181-5/+3
|
* 24994: fix problem with up/down-line-or-search, perhapsPeter Stephenson2008-05-111-3/+9
|
* Locking simplification and signed/unsigned fixes.Wayne Davison2008-05-051-2/+2
|
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-041-0/+9
|
* 24900: add backward-kill-word behaviour to isearchPeter Stephenson2008-05-011-16/+27
| | | | document isearch commands better
* 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-261-20/+57
| | | | 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-261-173/+405
|
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-1/+1
| | | | slightly improve test for overwriting with combining characters.
* 24853: bits missed from patchPeter Stephenson2008-04-201-3/+3
|
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-224/+304
|
* 24816: some places where we need cursor alignment with combining charactersPeter Stephenson2008-04-141-1/+5
|
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-2/+2
|
* unposted: move zlefind() and zlecmp() into zle_hist.cPeter Stephenson2008-04-111-0/+86
|
* 2381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ↵Clint Adams2007-09-131-0/+1
| | | | search segfaults.
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-1/+1
|
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-12/+12
|
* 22124: handle bad multibyte input betterPeter Stephenson2006-01-061-2/+8
|
* A slightly more optimal way to fix the zle_setline() bug usingWayne Davison2005-12-121-2/+1
| | | | the same zlecs-checking idiom as setline().
* Fixed problem in zle_setline() where moving to an empty line wouldWayne Davison2005-12-121-1/+1
| | | | set zlecs to -1. (Reported by Jun T.)
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-17/+13
|
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-2/+2
| | | | use multibyte versions of nicechar wherever possible.
* not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson2005-10-231-2/+7
|
* 21764: unmetafication mangle zle history linesPeter Stephenson2005-09-261-1/+5
|
* 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson2005-08-151-10/+13
|
* Changed several instances of ZWC() used on a string to ZWS().Wayne Davison2005-08-111-2/+2
|
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-10/+12
|
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-281-6/+9
|
* 21014: remember_edits() was brokenPeter Stephenson2005-03-181-1/+3
|
* 20869: more small Unicode tweaksPeter Stephenson2005-02-251-4/+0
|
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-251-130/+252
|
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-1/+5
|
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-15/+45
|
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-15/+32
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-261-1/+1
|
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-92/+92
| | | | unposted: update version to 4.2.3-dev-1
* When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison2004-08-241-2/+2
| | | | | the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others.
* 20219: make zle parameter HISTNO writeablePeter Stephenson2004-07-291-0/+2
| | | | add history-pattern-search widget
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-11/+11
|
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-281-1/+1
|
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-081-12/+12
|