about summary refs log tree commit diff
path: root/Src/Zle/zle_hist.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 19456: Fix ptmx tests, again.Peter Stephenson2004-02-201-1/+2
|
* 17983: Added zle LASTSEARCJ parameterFelix Rosencrantz2002-12-061-2/+8
|
* 17360: more lenient accept-line-and-down-history behaviourPeter Stephenson2002-06-241-16/+26
| | | | 17361: more careful about NULL history entries in zle
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-23/+115
| | | | | | | | | Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
* Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison2001-09-171-1/+2
| | | | ZLRF_HISTORY set.
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-2/+4
| | | | examine the current selection.
* 145??: fix thinkoClint Adams2001-05-291-1/+1
|
* 145??: repeat last vi history search if search string is blankClint Adams2001-05-291-2/+10
|
* Fixed acceptandinfernexthistory() to work when called repeatedly.Wayne Davison2001-05-261-373/+433
| | | | | | | Also changed it to not accept the line if the infer fails. Ignore transient edits in the history when searching for an inference and grabbing the next line (affecting acceptandinfernexthistory(), infernexthistory(), and acceptlineanddownhistory()).
* Initial revisionTanaka Akira1999-04-151-0/+1139