SetIsTerminal overrides whether a terminal is connected. It is used to override this property in unit-tests, and should not be depended on for other purposes.
(isTerminal bool)
| 78 | // override this property in unit-tests, and should not be depended on for |
| 79 | // other purposes. |
| 80 | func (i *In) SetIsTerminal(isTerminal bool) { |
| 81 | i.cs.setIsTerminal(isTerminal) |
| 82 | } |