[−][src]Module nix::pty 
Create master and slave virtual pseudo-terminals (PTYs)
Structs
| OpenptyResult | Representation of a master/slave pty pair  | 
| PtyMaster | Representation of the Master device in a master/slave pty pair  | 
| Winsize | 
Functions
| grantpt | Grant access to a slave pseudoterminal (see
  | 
| openpty | Create a new pseudoterminal, returning the slave and master file descriptors
in   | 
| posix_openpt | Open a pseudoterminal device (see
  | 
| ptsname⚠ | Get the name of the slave pseudoterminal (see
  | 
| ptsname_r | Get the name of the slave pseudoterminal (see
  | 
| unlockpt | Unlock a pseudoterminal master/slave pseudoterminal pair (see
  | 
Type Definitions
| SessionId |