devela::_dep::crossterm::terminal

Function supports_keyboard_enhancement

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