Skip to main content

supports_keyboard_enhancement

Function supports_keyboard_enhancement 

pub fn supports_keyboard_enhancement() -> Result<bool, Error>
Available on crate features events and term only.
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.