clitools

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Confirmation

func Confirmation(prompt string, def bool) bool

func ReadPassword

func ReadPassword(prompt string) (string, error)

func TcSetAttr

func TcSetAttr(fd uintptr, termios *Termios) error

Types

type Termios

type Termios struct {
	Iflag  uint32
	Oflag  uint32
	Cflag  uint32
	Lflag  uint32
	Cc     [20]byte
	Ispeed uint32
	Ospeed uint32
}

func TcGetAttr

func TcGetAttr(fd uintptr) (*Termios, error)

func TurnOnRawIO

func TurnOnRawIO(tty *os.File) (orig Termios, err error)

TurnOnRawIO sets flags suitable for raw I/O (no echo, per-character input, etc) and returns original flags.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL