You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-tui/src
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.
2 years ago
..
backend tui: Handle keyboard enhancement check failure (#6438) 2 years ago
widgets Fix clippy lints (#6454) 2 years ago
buffer.rs Fix clippy 1.67 warnings (#5697) 2 years ago
layout.rs Resolve a bunch of upcoming clippy lints 2 years ago
lib.rs Add undercurl config option #6196 (#6253) 2 years ago
symbols.rs Inline tui as helix-tui fork. 4 years ago
terminal.rs Move terminal claim/restore code to helix-tui 2 years ago
text.rs Fix highlighting in picker with multiple columns (#6333) 2 years ago