(sig os.Signal)
| 106 | } |
| 107 | |
| 108 | func (p *Process) Signal(sig os.Signal) error { |
| 109 | return p.execCmd.Process.Signal(sig) |
| 110 | } |
| 111 | |
| 112 | // ReadScreen returns the contents of the terminal window. |
| 113 | // It waits for the terminal to be stable for 16ms before |
no outgoing calls