InputWriter returns an io.Writer for writing into to the process controlled by the pseudo-TTY
()
| 28 | // InputWriter returns an io.Writer for writing into to the process |
| 29 | // controlled by the pseudo-TTY |
| 30 | InputWriter() io.Writer |
| 31 | } |
| 32 | |
| 33 | // PTY is a minimal interface for interacting with pseudo-TTY where this |
no outgoing calls