Expand description
PTY (Pseudo-Terminal) abstraction layer.
This module provides a platform-independent interface for working with pseudo-terminals. It supports both Unix PTY and Windows ConPTY.
Structs§
- Async
PtyReader - Async reader for PTY output.
- Async
PtyWriter - Async writer for PTY input.
- Native
Pty - Wrapper around the native PTY system.
- PtyHandle
- A handle to a spawned PTY process.
- PtySize
- Size of a PTY in characters.
- Spawned
Shell - A spawned shell process with PTY.
Functions§
- default_
shell - Get the default shell for the current platform.