package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.git
Documentation: pkg.go.dev

# Functions

GetSize returns the dimensions of the given terminal.
IsTerminal returns true if the given file descriptor is a terminal.
MakeRaw put the terminal connected to the given file descriptor into raw mode and returns the previous state of the terminal so that it can be restored.
NewTerminal runs a VT100 terminal on the given ReadWriter.
ReadPassword reads a line of input from a terminal without local echo.
Restore restores the terminal connected to the given file descriptor to a previous state.

# Structs

EscapeCodes contains escape sequences that can be written to the terminal in order to achieve different styles of text.
State contains the state of a terminal.
Terminal contains the state for running a VT100 terminal that is capable of reading lines of input.