crossterm-rs / crossterm

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

Provide way to get pollable FDs for epoll composition #908

Open SUPERCILEX opened 3 months ago

SUPERCILEX commented 3 months ago

I'd like to use epoll to wait on crossterm events plus my own stuff. For this to work, crossterm needs to return the FDs it uses internally.