summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-12 15:30:59 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-12 15:30:59 -0500
commitcab27fc4ead3becc39185443dfa1f2fb51291fa4 (patch)
tree408a9997bc61b0db1e6d928d29dde8f8110665c4 /Cargo.toml
parenta0120cd78144417f2f337087d8b4b83b7dd7a52d (diff)
downloadnbsh-cab27fc4ead3becc39185443dfa1f2fb51291fa4.tar.gz
nbsh-cab27fc4ead3becc39185443dfa1f2fb51291fa4.zip
handle backspacing over combined characters properly
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e1c444..e5cb362 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ signal-hook = "0.3.10"
signal-hook-async-std = "0.2.1"
terminal_size = "0.1.17"
textmode = { path = "../textmode", version = "0.1.1", features = ["async"] }
+unicode-width = "0.1.9"
vt100 = { path = "../vt100-rust", version = "0.12.0" }
[features]