package
1.4.0-alpha.2
Repository: https://github.com/endocode/kubernetes.git
Documentation: pkg.go.dev

# Functions

GetSize returns the current size of the terminal associated with fd.
IsTerminal returns whether the passed object is a terminal or not.
SetSize sets the terminal size associated with fd.

# Structs

Size represents the width and height of a terminal.
TTY helps invoke a function and preserve the state of the terminal, even if the process is terminated during execution.

# Interfaces

TerminalSizeQueue is capable of returning terminal resize events as they occur.

# Type aliases

SafeFunc is a function to be invoked by TTY.