Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ type Tty func (M *Tty) Buffered() bool func (M *Tty) Close() error func (M *Tty) GetResizeNotifier() func() (int, int, bool) func (M *Tty) Open() error func (*Tty) Raw() (func() error, error) func (M *Tty) ReadRune() (rune, error) func (M *Tty) Size() (int, int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tty ¶ type Tty struct { // contains filtered or unexported fields } func (*Tty) Buffered ¶ func (M *Tty) Buffered() bool func (*Tty) Close ¶ func (M *Tty) Close() error func (*Tty) GetResizeNotifier ¶ func (M *Tty) GetResizeNotifier() func() (int, int, bool) func (*Tty) Open ¶ func (M *Tty) Open() error func (*Tty) Raw ¶ func (*Tty) Raw() (func() error, error) func (*Tty) ReadRune ¶ func (M *Tty) ReadRune() (rune, error) func (*Tty) Size ¶ func (M *Tty) Size() (int, int, error) Source Files ¶ View all Source files main.go main_unix.go Click to show internal directories. Click to hide internal directories.