1
0
Fork 0
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:
Sven Wischnowsky 2000-04-27 13:40:52 +00:00
parent df82526ec8
commit a35472cb31
2 changed files with 51 additions and 6 deletions

View file

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

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1458,7 +1458,7 @@ complistmatches(Hookdef dummy, Chdata dat)