aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 087bc72..e6e4530 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -274,6 +274,11 @@ pub enum Error {
#[snafu(display("failed to read ttyrec: {}", source))]
ReadTtyrec { source: ttyrec::Error },
+ #[snafu(display("failed to poll for terminal resizing: {}", source))]
+ Resize {
+ source: tokio_terminal_resize::Error,
+ },
+
#[snafu(display(
"failed to resolve address {}:{}: {}",
host,