diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e61ab..af2ce3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ Procedure when bumping the version number: ## Unreleased +### Fixed +- Cursor being visible through popups + ## v0.4.0 - 2022-09-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index ecc64aa..5a9960f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "toss" version = "0.1.0" -source = "git+https://github.com/Garmelon/toss.git?rev=45ece466c235cce6e998bbd404f915cad3628c8c#45ece466c235cce6e998bbd404f915cad3628c8c" +source = "git+https://github.com/Garmelon/toss.git?rev=24fd0050fbfdd72ac2f03029148370b362291777#24fd0050fbfdd72ac2f03029148370b362291777" dependencies = [ "crossterm", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 9d01461..16d4141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rev = "01a442c1f0695bd11b8f54db406b3a3a03d61983" [dependencies.toss] git = "https://github.com/Garmelon/toss.git" -rev = "45ece466c235cce6e998bbd404f915cad3628c8c" +rev = "24fd0050fbfdd72ac2f03029148370b362291777" # [patch."https://github.com/Garmelon/toss.git"] # toss = { path = "../toss/" }