Module terminal

Module terminal 

Source

Structs§

PendingSignals
Keep track of the signals to send when handling terminal content.
Queue
Queue represents one of the input or output queues between a pty main and replica. Bytes written to a queue are added to the read buffer until it is full, at which point they are written to the wait buffer. Bytes are processed (i.e. undergo termios transformations) as they are added to the read buffer. The read buffer is readable when its length is nonzero and readable is true.
Terminal
State of a given terminal. This object handles both the main and the replica terminal.
TerminalController
The controlling session of a terminal. Is is associated to a single side of the terminal, either main or replica.
TerminalMutableState
TtyState
Global state of the devpts filesystem.

Type Aliases§

TerminalReadGuard
TerminalStateMutRef
TerminalStateRef
TerminalWriteGuard