1
0
Fork 0
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:
Sven Wischnowsky 2000-05-16 10:45:01 +00:00
parent 7a53d36f39
commit aa17f0db6d
4 changed files with 90 additions and 22 deletions

View file

@ -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:

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -108,9 +108,17 @@ if [[ -z "$compstate[insert]" ]] ;then