pub fn supports_keyboard_enhancement() -> Result<bool>
Expand description

Queries the terminal’s support for progressive keyboard enhancement.

On unix systems, this function will block and possibly time out while crossterm::event::read or crossterm::event::poll are being called.