summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoscha <joscha@plugh.de>2022-09-08 18:16:29 +0200
committerJoscha <joscha@plugh.de>2022-09-08 18:16:29 +0200
commit9876dd67a735a0d394adf207014e70589ef36ea8 (patch)
tree58edf0e41559bcfe69c6ea3cd5e87dc94f413633
parentfff774dd16b4b50fe93a54b67458907c2f973b2e (diff)
Fix cursor being visible through popups
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 2 deletions
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/" }