Skip to content

Commit

Permalink
Enable unambiguous keyboard event reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
postsolar committed Apr 12, 2024
1 parent f031932 commit 398a0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-tui/src/backend/crossterm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ where
self.buffer,
PushKeyboardEnhancementFlags(
KeyboardEnhancementFlags::DISAMBIGUATE_ESCAPE_CODES
| KeyboardEnhancementFlags::REPORT_ALL_KEYS_AS_ESCAPE_CODES
| KeyboardEnhancementFlags::REPORT_ALTERNATE_KEYS
)
)?;
Expand Down

0 comments on commit 398a0d9

Please sign in to comment.