From 8841984e10d4101545ebb9d9cff35f558791de06 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 20 Nov 2019 03:35:29 -0500 Subject: also display text width --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f8fcb3b..5ecb95f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,6 @@ mio = "0.6" tokio = "0.1.22" tokio-pty-process-stream = "0.2" ttyrec = "0.2" +unicode-width = "0.1" vt100 = "0.6" vte = "0.3" -- cgit v1.2.3-54-g00ecf