mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
better wrap around for cursor movement widgets; avoid flicker when leaving menu-selection (10978)
This commit is contained in:
parent
df82526ec8
commit
a35472cb31
2 changed files with 51 additions and 6 deletions
|
@ -1,5 +1,8 @@
|
||||||
2000-04-27 Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
|
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]
|
* 10977: and Andrej: 10976: Completion/User/_make: use $words[1]
|
||||||
to call make in _make and throw away stderr and use _call
|
to call make in _make and throw away stderr and use _call
|
||||||
|
|
||||||
|
|
|
@ -1458,7 +1458,7 @@ complistmatches(Hookdef dummy, Chdata dat)
|
||||||