Expand description
Raw terminal lifecycle and attach-stream helpers for attach-mode clients.
Structs§
- RawTerminal
- A drop guard that applies raw mode to a terminal and restores the original settings when dropped.
Enums§
- Attach
Error - Errors produced while entering or restoring raw terminal mode.
Functions§
- attach_
terminal - Runs the attach loop using the process stdin/stdout streams.
- attach_
terminal_ with_ initial_ bytes - Runs the attach loop using process stdin/stdout and pre-read stream bytes.
- attach_
with_ terminal - Runs the attach loop with an explicit terminal file descriptor.
- drive_
attach_ stream - Drives raw attach-stream byte forwarding over an upgraded Unix socket.
Type Aliases§
- Result
- Result type for raw-terminal lifecycle operations.