src.elv.sh/pkg/sys.Termios.ApplyToFd (method)

3 uses

	src.elv.sh/pkg/sys (current package)
		termios.go#L26: func (term *Termios) ApplyToFd(fd int) error {

	src.elv.sh/pkg/cli/term
		setup_unix.go#L36: 	err = term.ApplyToFd(fd)
		setup_unix.go#L48: 		return diag.Errors(savedTermios.ApplyToFd(fd), restoreVT(out))