src.elv.sh/pkg/cli.app.TTY (field)

13 uses

	src.elv.sh/pkg/cli (current package)
		app.go#L57: 	TTY               TTY
		app.go#L91: 		TTY:               spec.TTY,
		app.go#L102: 	if a.TTY == nil {
		app.go#L103: 		a.TTY = NewTTY(os.Stdin, os.Stderr)
		app.go#L214: 	height, width := a.TTY.Size()
		app.go#L240: 		a.TTY.UpdateBuffer(bufNotes, bufMain, flag&fullRedraw != 0)
		app.go#L241: 		a.TTY.ResetBuffer()
		app.go#L244: 		a.TTY.UpdateBuffer(bufNotes, bufMain, flag&fullRedraw != 0)
		app.go#L294: 	restore, err := a.TTY.Setup()
		app.go#L307: 	defer a.TTY.CloseReader()
		app.go#L312: 			event, err := a.TTY.ReadEvent()
		app.go#L327: 	sigCh := a.TTY.NotifySignals()
		app.go#L328: 	defer a.TTY.StopSignals()