From 992af0fddbcfa9f7abd62ddfb8ce8265a3b6308f Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 11 Aug 2022 23:19:01 +0200 Subject: [PATCH] Add support for kitty keyboard protocol --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ac08c..a102bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ Procedure when bumping the version number: ## Unreleased +### Added +- Support for modifiers on special keys via the [kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/) + ### Fixed - Joining new rooms no longer crashes cove - Scrolling when exiting message editor diff --git a/Cargo.lock b/Cargo.lock index 8ba6d2c..c7ab0f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1248,7 +1248,7 @@ dependencies = [ [[package]] name = "toss" version = "0.1.0" -source = "git+https://github.com/Garmelon/toss.git?rev=7e429132458514e8dc99ab6be789b9c8225ed00e#7e429132458514e8dc99ab6be789b9c8225ed00e" +source = "git+https://github.com/Garmelon/toss.git?rev=45ece466c235cce6e998bbd404f915cad3628c8c#45ece466c235cce6e998bbd404f915cad3628c8c" dependencies = [ "crossterm", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 75ba1b2..6668797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ features = ["rustls-tls-native-roots"] [dependencies.toss] git = "https://github.com/Garmelon/toss.git" -rev = "7e429132458514e8dc99ab6be789b9c8225ed00e" +rev = "45ece466c235cce6e998bbd404f915cad3628c8c" # [patch."https://github.com/Garmelon/toss.git"] # toss = { path = "../toss/" }