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