Fix wrong tty pump

See #1463
This commit is contained in:
LoveSy
2025-04-09 22:21:17 +08:00
committed by John Wu
parent c4847ed288
commit 9ddeab034b
4 changed files with 12 additions and 6 deletions

View File

@@ -3,4 +3,4 @@ mod db;
mod pts;
pub use daemon::SuInfo;
pub use pts::{pump_stdin_stdout, get_pty_num, restore_stdin};
pub use pts::{pump_tty, get_pty_num, restore_stdin};