gyscos / cursive

A Text User Interface library for the Rust programming language
MIT License
4.17k stars 240 forks source link

Support autojump in popup `SelectView` #793

Closed bgilbert closed 4 weeks ago

bgilbert commented 1 month ago

For now, only support autojump when the popup is closed, and not inside the menu popup itself.

Note that autojump fires the select callback, while popup mode previously only fired the submit callback.

gyscos commented 4 weeks ago

Thanks for the work!