helix/helix-tui/src/backend
Michael Davis bbcdcd04a5
tui: Handle keyboard enhancement check failure (#6438)
If the terminal doesn't send the primary device attributes response to
the query, the `terminal::supports_keyboard_enhancement` function from
crossterm may timeout and return an Err.

We should interpret this error to mean that the terminal doesn't support
the keyboard enhancement protocol rather than an error in claiming the
terminal.
2023-03-29 12:51:11 +09:00
..
crossterm.rs tui: Handle keyboard enhancement check failure (#6438) 2023-03-29 12:51:11 +09:00
mod.rs Move terminal claim/restore code to helix-tui 2023-03-08 10:49:32 +09:00
test.rs Move terminal claim/restore code to helix-tui 2023-03-08 10:49:32 +09:00