package
0.0.0-20240104140753-89b28be769de
Repository: https://github.com/halimath/terminal.git
Documentation: pkg.go.dev

# Functions

Enter enters raw input mode for the input file descriptor fd.
IsTerminal returns true, iff fd references an input channel connected to a terminal.
Restore restores the terminal state on the input channel pointed to by fd with state.
Size returns the terminal's dimension in character slots.

# Structs

State represents an opaque value describing the OS specific state a terminal was in when entering raw mode.