minicrossterm/src/terminal
Michael Davis 3fe13e18d8
Add a function for checking keyboard enhancement support (#732)
* Add a function for checking keyboard enhancement support

This follows the Kitty documentation's recommended way to check for
progressive keyboard enhancement: query the flags and then query the
primary device attributes (which is broadly supported). If we receive
only the device attributes, the protocol is not supported.

* Check keyboard enhancement in the event-read example
2023-01-10 19:23:34 +01:00
..
sys Add a function for checking keyboard enhancement support (#732) 2023-01-10 19:23:34 +01:00
sys.rs Add a function for checking keyboard enhancement support (#732) 2023-01-10 19:23:34 +01:00