summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parenta0120cd78144417f2f337087d8b4b83b7dd7a52d (diff)
downloadnbsh-cab27fc4ead3becc39185443dfa1f2fb51291fa4.tar.gz
nbsh-cab27fc4ead3becc39185443dfa1f2fb51291fa4.zip
handle backspacing over combined characters properly
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 77c5df0..1edc916 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -385,6 +385,7 @@ dependencies = [
"signal-hook-async-std",
"terminal_size",
"textmode",
+ "unicode-width",
"vt100",
]