mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-12 11:01:15 +02:00
fix scrolling in menu-selection with matches spanning multiple lines
This commit is contained in:
parent
7a53d36f39
commit
aa17f0db6d
4 changed files with 90 additions and 22 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-05-16 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 11403(?): Completion/Core/_expand, Src/Zle/compcore.c,
|
||||
Src/Zle/complist.c: fix scrolling in menu-selection with matches
|
||||
spanning multiple lines
|
||||
|
||||
2000-05-16 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||
|
||||
* pws: one hunk of 11381: Completion/Builtins/_vars_eq:
|
||||
|
|
|
@ -108,9 +108,17 @@ if [[ -z "$compstate[insert]" ]] ;then
|
|||