mikaelmello / inquire

A Rust library for building interactive prompts
https://docs.rs/inquire
MIT License
1.93k stars 76 forks source link

Ignore crossterm events of kind Release #204

Open mikaelmello opened 9 months ago

mikaelmello commented 9 months ago

This PR attempts to solve #132 so we are unblocked on upgrading crossterm to v0.26+ (#133, #121, #134), based on https://github.com/crossterm-rs/crossterm/pull/778 and related issues.