aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/async_process.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/async_process.rs')
-rw-r--r--src/command/async_process.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/async_process.rs b/src/command/async_process.rs
index 4c453e6..4248402 100644
--- a/src/command/async_process.rs
+++ b/src/command/async_process.rs
@@ -3,6 +3,7 @@ use std::os::unix::io::FromRawFd as _;
impl super::CommandImpl for async_process::Command {
type Child = async_process::Child;
+ type Pty = crate::pty::async_io::Pty;
fn std_fds(
&mut self,