package
0.0.0-20240823084134-7f2187b4bc00
Repository: https://github.com/pandaychen/golang_in_action.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
EncodeSSHKey.
No description provided by the author
No description provided by the author
Start assigns a pseudo-terminal tty os.File to c.Stdin, c.Stdout, and c.Stderr, calls c.Start, and returns the File of the tty's corresponding pty.
SetWinsize sets the size of the given pty.

# Structs

Winsize stores the Height and Width of a terminal.