Prompt select now always renders at least one item (
41d6b67)
promptSelect() used to collapse visibleLines to 0 when the available terminal height was too small, which left users with only a scroll indicator and no selectable items. This clamps the visible count to at least 1, fixing the tiny-terminal/fit-to-remaining-height edge case.
