about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-03-13 15:32:41 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-03-13 15:32:41 +0000
commitc925a15aa7e0e181e997df078ce06c9b3ce29857 (patch)
tree3cdadd626ec970f361abc21b28b63b212f5dda35 /ChangeLog
parentf18221fbb016e91df7234cbcfd34affa140ebb58 (diff)
downloadzsh-c925a15aa7e0e181e997df078ce06c9b3ce29857.tar.gz
zsh-c925a15aa7e0e181e997df078ce06c9b3ce29857.tar.xz
zsh-c925a15aa7e0e181e997df078ce06c9b3ce29857.zip
13611, 13615: Bind cursor keys using termcap, including in viins.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c245ceb9..2892a2307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-13  Peter Stephenson  <pws@csr.com>
+
+	* 13611, 13615: Doc/Zsh/zle.yo, Src/init.c, Src/zsh.h, 
+	Src/Zle/zle_keymap.c: Use termcap to find cursor sequences to
+	bind; default to VT100.  If ^[[? or ^[O? is being bound, bind
+	the other one too.  Also bind cursor keys in viins keymap.
+
 2001-03-12  Oliver Kiddle  <opk@zsh.org>
 
 	* 13610: INSTALL, README, Completion/Core/compinit,