about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-27 13:40:52 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-27 13:40:52 +0000
commita35472cb31cc6747a38b290fd9930c2e2a2b787b (patch)
tree2c78804ae1f950a8311990b5a90b0e6148bf9970 /ChangeLog
parentdf82526ec86ec69c3b8e5936da2404cd41e69eaa (diff)
downloadzsh-a35472cb31cc6747a38b290fd9930c2e2a2b787b.tar.gz
zsh-a35472cb31cc6747a38b290fd9930c2e2a2b787b.tar.xz
zsh-a35472cb31cc6747a38b290fd9930c2e2a2b787b.zip
better wrap around for cursor movement widgets; avoid flicker when leaving menu-selection (10978)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e61d9d185..ce6ae483e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-04-27  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
+	* 10978: Src/Zle/complist.c: better wrap around for cursor
+	movement widgets; avoid flicker when leaving menu-selection
+	
 	* 10977: and Andrej: 10976: Completion/User/_make: use $words[1]
  	to call make in _make and throw away stderr and use _call