crossterm-rs / crossterm

Cross platform terminal library rust
MIT License
3.28k stars 281 forks source link

Make the events module optional feature #776

Closed TimonPost closed 1 year ago

TimonPost commented 1 year ago

Making the events module optional. This should drastically make crossterm more lightweight on unix systems by allowing removing signal-hook, mio and signal-hook-mio.