From e7fa88dcd4b261af643a9aedfce0f0a1d9a97462 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Nov 2021 15:19:31 -0500 Subject: handle dynamic terminal sizes --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4328f71..3fe3332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ futures-lite = "1.12.0" libc = "0.2.107" nix = "0.23.0" pty-process = { version = "0.1.1", features = ["backend-async-std"] } +signal-hook = "0.3.10" +signal-hook-async-std = "0.2.1" +terminal_size = "0.1.17" textmode = { version = "0.1.1", features = ["async"] } vt100 = "0.12.0" -- cgit v1.2.3