summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-22 08:53:40 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-22 10:52:49 +0100
commit8fae93966f916291bece3e5673ca83cefa702069 (patch)
tree05eddc4582ff2c3f782e305540a03a81ae6a33b5 /Cargo.lock
parentb431ec38f318a50a1b636e72ffed768e9ba1e4c5 (diff)
refactor shortening
* use single-char ellipsis * use unicode width computation instead of counting chars, validate multi-block strings do not crash * copy-on-write
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 2ff61c4..1a02b92 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,6 +334,7 @@ dependencies = [
"trash",
"tui-react",
"unicode-segmentation",
+ "unicode-width",
"wild",
]