We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dd095 commit 22a230dCopy full SHA for 22a230d
1 file changed
src/session.rs
@@ -166,8 +166,8 @@ impl<W: Write> StreamSession<W> {
166
/// Interact with a process with read/write/signals, etc.
167
#[allow(dead_code)]
168
pub struct PtySession {
169
- pub process: PtyProcess,
170
- pub stream: StreamSession<File>,
+ process: PtyProcess,
+ stream: StreamSession<File>,
171
}
172
173
// make StreamSession's methods available directly
0 commit comments