From 1d9aea0ad68c5dc41e8c421b05440d1237dd1ee4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Dec 2021 02:20:11 -0500 Subject: handle terminal resizing --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ebdb3f9..1802667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,8 @@ async-std = { version = "1.10.0", features = ["unstable"] } libc = "0.2.108" paw = "1.0.0" pty-process = { version = "0.1.1", features = ["backend-async-std"] } +signal-hook = "0.3.10" +signal-hook-async-std = "0.2.1" structopt = { version = "0.3.25", features = ["paw", "wrap_help"] } terminal_size = "0.1.17" textmode = { version = "0.2.0", features = ["async"] } -- cgit v1.2.3-54-g00ecf