summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_hist.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-24When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison1-2/+2
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson1-0/+2
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-11/+11
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-12/+12
2004-02-2019456: Fix ptmx tests, again.Peter Stephenson1-1/+2
2002-12-0617983: Added zle LASTSEARCJ parameterFelix Rosencrantz1-2/+8
2002-06-2417360: more lenient accept-line-and-down-history behaviourPeter Stephenson1-16/+26
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson1-23/+115
2001-09-17Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison1-1/+2
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-2/+4
2001-05-29145??: fix thinkoClint Adams1-1/+1
2001-05-29145??: repeat last vi history search if search string is blankClint Adams1-2/+10
2001-05-26Fixed acceptandinfernexthistory() to work when called repeatedly.Wayne Davison1-373/+433
1999-04-15Initial revisionTanaka Akira1-0/+1139