src.elv.sh/pkg/cli.TTY.Setup (method)

3 uses

	src.elv.sh/pkg/cli (current package)
		app.go#L294: 	restore, err := a.TTY.Setup()
		tty.go#L23: 	Setup() (restore func(), err error)

	src.elv.sh/cmd/examples/widget
		main.go#L48: 	restore, err := tty.Setup()