| 19 | ) |
| 20 | |
| 21 | type Process struct { |
| 22 | xp *xpty.Xpty |
| 23 | execCmd *exec.Cmd |
| 24 | screenUpdateLock sync.RWMutex |
| 25 | lastScreenUpdate time.Time |
| 26 | clock quartz.Clock |
| 27 | } |
| 28 | |
| 29 | type StartProcessConfig struct { |
| 30 | Program string |
nothing calls this directly
no outgoing calls
no test coverage detected