aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.rs b/src/command.rs
index d6c4b2d..6ba783c 100644
--- a/src/command.rs
+++ b/src/command.rs
@@ -92,7 +92,7 @@ where
self.pty.pt_mut()
}
- pub fn pty_resize(&self, size: &crate::pty::Size) -> Result<()> {
+ pub fn resize_pty(&self, size: &crate::pty::Size) -> Result<()> {
self.pty.resize(size)
}
}