From cab27fc4ead3becc39185443dfa1f2fb51291fa4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 12 Nov 2021 15:30:59 -0500 Subject: handle backspacing over combined characters properly --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') 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", ] -- cgit v1.2.3-54-g00ecf