mirror of
https://github.com/zplug/zplug
synced 2026-03-07 06:31:48 +01:00
read -q leaves a newline in the input buffer after the user presses Enter, causing the next iteration's read -q to consume it immediately and skip that entry. Add a read -k 1 -s after the prompt to drain the leftover character, so every repo is properly prompted. Close #499 |
||
|---|---|---|
| .. | ||
| __check__ | ||
| __clean__ | ||
| __clear__ | ||
| __help__ | ||
| __info__ | ||
| __install__ | ||
| __list__ | ||
| __load__ | ||
| __status__ | ||
| __update__ | ||