Add cursor to textarea

This commit is contained in:
2025-10-15 18:06:45 +08:00
parent 8142d542f6
commit a776e55187
8 changed files with 109 additions and 42 deletions

7
Cargo.lock generated
View File

@@ -1727,6 +1727,12 @@ dependencies = [
"getrandom 0.2.16",
]
[[package]]
name = "rat-cursor"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d7c7dfdb4219fa10891a06232b071460a66ccd15ce627e3764d63c0371eb9f5"
[[package]]
name = "ratatui"
version = "0.29.0"
@@ -2234,6 +2240,7 @@ dependencies = [
"futures",
"lazy_static",
"libsqlite3-sys",
"rat-cursor",
"ratatui",
"reqwest",
"robotstxt",