OutputReader returns an io.Reader for reading the output from the process controlled by the pseudo-TTY
()
| 24 | // OutputReader returns an io.Reader for reading the output from the process |
| 25 | // controlled by the pseudo-TTY |
| 26 | OutputReader() io.Reader |
| 27 | |
| 28 | // InputWriter returns an io.Writer for writing into to the process |
| 29 | // controlled by the pseudo-TTY |
no outgoing calls