Documentation ¶
Index ¶
- type TTY
- func (tty *TTY) Buffered() bool
- func (tty *TTY) Close() error
- func (tty *TTY) Input() *os.File
- func (tty *TTY) MustRaw() func() error
- func (tty *TTY) Output() *os.File
- func (tty *TTY) Raw() (func() error, error)
- func (tty *TTY) ReadPassword() (string, error)
- func (tty *TTY) ReadPasswordClear() (string, error)
- func (tty *TTY) ReadPasswordNoEcho() (string, error)
- func (tty *TTY) ReadRune() (rune, error)
- func (tty *TTY) ReadString() (string, error)
- func (tty *TTY) SIGWINCH() chan WINSIZE
- func (tty *TTY) Size() (int, int, error)
- type WINSIZE
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) ReadPassword ¶
func (*TTY) ReadPasswordClear ¶
func (*TTY) ReadPasswordNoEcho ¶
func (*TTY) ReadString ¶
Click to show internal directories.
Click to hide internal directories.